Created
August 12, 2015 22:25
-
-
Save limed/82fb31680c5676669f82 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/nubis/terraform/inputs.tf b/nubis/terraform/inputs.tf | |
| index a8faa09..0ff00df 100644 | |
| --- a/nubis/terraform/inputs.tf | |
| +++ b/nubis/terraform/inputs.tf | |
| @@ -95,6 +95,6 @@ variable "manage_iam" { | |
| description = "IAM roles should be managed in which region" | |
| default = { | |
| us-east-1 = "1" | |
| - us-west-2 = "0" | |
| + us-west-2 = "1" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment