Skip to content

Instantly share code, notes, and snippets.

@limed
Created August 12, 2015 22:25
Show Gist options
  • Select an option

  • Save limed/82fb31680c5676669f82 to your computer and use it in GitHub Desktop.

Select an option

Save limed/82fb31680c5676669f82 to your computer and use it in GitHub Desktop.
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