File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ module "api_gateway" {
7979 domain_name = " example.cam"
8080 domain_name_certificate_arn = module. acm . arn
8181 integration_uri = module. lambda . arn
82- zone_id = " 1234059QJ345674343"
83- create_vpc_link_enabled = false
82+ zone_id = " 1234059QJ345674343"
83+ create_vpc_link_enabled = false
8484 cors_configuration = {
8585 allow_credentials = true
8686 allow_methods = [" GET" , " OPTIONS" , " POST" ]
Original file line number Diff line number Diff line change @@ -124,13 +124,13 @@ module "api_gateway" {
124124 environment = " test"
125125 label_order = [" environment" , " name" ]
126126
127- domain_name = " example.cam"
128- create_vpc_link_enabled = true
129- zone_id = " 1`23456059QJZ25345678"
130- integration_uri = module. lambda . arn
131- domain_name_certificate_arn = module. acm . arn
132- subnet_ids = tolist (module. public_subnets . public_subnet_id )
133- security_group_ids = [module . security_group . security_group_ids ]
127+ domain_name = " example.cam"
128+ create_vpc_link_enabled = true
129+ zone_id = " 1`23456059QJZ25345678"
130+ integration_uri = module. lambda . arn
131+ domain_name_certificate_arn = module. acm . arn
132+ subnet_ids = tolist (module. public_subnets . public_subnet_id )
133+ security_group_ids = [module . security_group . security_group_ids ]
134134 cors_configuration = {
135135 allow_credentials = true
136136 allow_methods = [" GET" , " OPTIONS" , " POST" ]
Original file line number Diff line number Diff line change @@ -229,8 +229,8 @@ variable "security_group_ids" {
229229}
230230
231231variable "zone_id" {
232- type = string
233- default = " "
232+ type = string
233+ default = " "
234234 description = " The ID of the hosted zone to contain this record."
235235}
236236variable "integration_uri" {
You can’t perform that action at this time.
0 commit comments