You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_acm_domain_name"></a> [acm\_domain\_name](#input\_acm\_domain\_name)| Domain name the ACM Certificate belongs to |`string`|`"*.sfrefarch.com"`| no |
43
-
| <aname="input_environment"></a> [environment](#input\_environment)| ID element. Usually used for region e.g. 'uw2', 'us-west-2', OR role 'prod', 'staging', 'dev', 'UAT' |`string`|`"dev"`| no |
44
-
| <aname="input_namespace"></a> [namespace](#input\_namespace)| Namespace for the resources. |`string`|`"example"`| no |
42
+
| <aname="input_acm_domain_name"></a> [acm\_domain\_name](#input\_acm\_domain\_name)| Domain name the ACM Certificate belongs to |`string`|`"*.sfarcpoc.com"`| no |
43
+
| <aname="input_environment"></a> [environment](#input\_environment)| ID element. Usually used for region e.g. 'uw2', 'us-west-2', OR role 'prod', 'staging', 'dev', 'UAT' |`string`|`"poc"`| no |
44
+
| <aname="input_namespace"></a> [namespace](#input\_namespace)| Namespace for the resources. |`string`|`"arc"`| no |
45
45
| <aname="input_private_subnet_names"></a> [private\_subnet\_names](#input\_private\_subnet\_names)| List of Private Subnet names in the VPC where the network resources currently exist.<br>If not defined, the default value from `terraform-aws-ref-arch-network` will be used.<br>From that module's example, the value is: [`example-dev-private-us-east-1a`, `example-dev-private-us-east-1b`]|`list(string)`|`[]`| no |
46
46
| <aname="input_public_subnet_names"></a> [public\_subnet\_names](#input\_public\_subnet\_names)| List of Public Subnet names in the VPC where the network resources currently exist.<br>If not defined, the default value from `terraform-aws-ref-arch-network` will be used.<br>From that module's example, the value is: [`example-dev-public-us-east-1a`, `example-dev-public-us-east-1b`]|`list(string)`|`[]`| no |
47
47
| <aname="input_region"></a> [region](#input\_region)| AWS region |`string`|`"us-east-1"`| no |
0 commit comments