Skip to content

Commit 9e9d17a

Browse files
authored
Merge pull request #7 from chris-qa-org/remove-default-from-region-variable
Remove default from region variable
2 parents 9c2c29f + edf0ed1 commit 9e9d17a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ module "aws_organizations_and_sso" {
9797
| <a name="input_default_tags"></a> [default\_tags](#input\_default\_tags) | Resource tags to apply across all resources | `map(string)` | <pre>{<br> "project": "terraform-aws-organization-and-sso"<br>}</pre> | no |
9898
| <a name="input_enable_sso"></a> [enable\_sso](#input\_enable\_sso) | Enable AWS SSO | `bool` | `true` | no |
9999
| <a name="input_organization_config"></a> [organization\_config](#input\_organization\_config) | Organization configuration | `any` | <pre>{<br> "units": {}<br>}</pre> | no |
100-
| <a name="input_region"></a> [region](#input\_region) | AWS Region | `string` | `"eu-west-2"` | no |
100+
| <a name="input_region"></a> [region](#input\_region) | AWS Region | `string` | n/a | yes |
101101

102102
## Outputs
103103

variables.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
variable "region" {
22
description = "AWS Region"
33
type = string
4-
default = "eu-west-2"
54
}
65

76
variable "organization_config" {

0 commit comments

Comments
 (0)