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" {
79
79
domain_name = " example.cam"
80
80
domain_name_certificate_arn = module. acm . arn
81
81
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
84
84
cors_configuration = {
85
85
allow_credentials = true
86
86
allow_methods = [" GET" , " OPTIONS" , " POST" ]
Original file line number Diff line number Diff line change @@ -124,13 +124,13 @@ module "api_gateway" {
124
124
environment = " test"
125
125
label_order = [" environment" , " name" ]
126
126
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 ]
134
134
cors_configuration = {
135
135
allow_credentials = true
136
136
allow_methods = [" GET" , " OPTIONS" , " POST" ]
Original file line number Diff line number Diff line change @@ -229,8 +229,8 @@ variable "security_group_ids" {
229
229
}
230
230
231
231
variable "zone_id" {
232
- type = string
233
- default = " "
232
+ type = string
233
+ default = " "
234
234
description = " The ID of the hosted zone to contain this record."
235
235
}
236
236
variable "integration_uri" {
You can’t perform that action at this time.
0 commit comments