We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c6d06c commit ada8b58Copy full SHA for ada8b58
examples/complete/main.tf
@@ -37,7 +37,7 @@ module "ecs_deployment" {
37
source = "../../"
38
39
providers = {
40
- aws = aws
+ aws = aws
41
aws.cross_account_provider = aws.cross_account_provider
42
}
43
examples/complete/variables.tf
@@ -136,10 +136,11 @@ variable "domain_name" {
136
variable "region" {
137
description = "AWS region to deploy resources"
138
type = string
139
+ default = null
140
141
142
variable "route53_assume_role_arn" {
143
description = "ARN of the cross-account role for Route53 DNS record creation"
144
145
146
-
0 commit comments