Deploy Region
To configure the AWS Region where your infrastructure is going to be deployed, set a valid AWS Region under Deploy.Providers.AWS in your gothic.config.go as shown below. Note the managed ACM certificate for a custom domain is always created in us-east-1 (a CloudFront requirement), regardless of this region:
Deploy: &gothic.DeployConfig{
Providers: gothic.Providers{
AWS: gothic.AWSProvider{
Region: "us-east-1",
},
},
},