Update my AWS Hosted Zone
#585
Unanswered
yash-sharma01
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Usually when I have this problem I resolve it in three stages:
Hope it helps! |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to move my saas-boilerplate to a different domain, already updated all the environment variables and other configs, but on running
pnpm saas infra deploy
I'm receiving this error:
Export app-stage-cfCertificateArn cannot be updated as it is in use by app-stage-ComponentsStack and app-stage-WebAppStack
Referring to an AWS Knowledge Center discussion (Link):
In your AWS CloudFormation template, replace intrinsic functions with the imported values for every stack that references the exported output value of your stack.
For example, the intrinsic functions
Fn::ImportValue
and!ImportValue
are both replaced with the imported valuearn:aws:s3:::sample
in the following JSON and YAML templates.Using this sounds like a hack, should I go with this? or is there a better and more structured approach for the same.
Beta Was this translation helpful? Give feedback.
All reactions