Skip to content

Commit ada8b58

Browse files
author
rahul-infra
committed
formatted terraform file.
1 parent 8c6d06c commit ada8b58

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module "ecs_deployment" {
3737
source = "../../"
3838

3939
providers = {
40-
aws = aws
40+
aws = aws
4141
aws.cross_account_provider = aws.cross_account_provider
4242
}
4343

examples/complete/variables.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,11 @@ variable "domain_name" {
136136
variable "region" {
137137
description = "AWS region to deploy resources"
138138
type = string
139+
default = null
139140
}
140141

141142
variable "route53_assume_role_arn" {
142143
description = "ARN of the cross-account role for Route53 DNS record creation"
143144
type = string
145+
default = null
144146
}
145-

0 commit comments

Comments
 (0)