Last active
August 26, 2015 21:34
Revisions
-
bensojona revised this gist
Aug 26, 2015 . 1 changed file with 132 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,132 @@ ~/projects/bensojona/tf-region-bug/terraform 🚧 master 😎 › rm -rf .terraform && rm -rf terraform.tfstate && rm -rf terraform.tfstate.backup ~/projects/bensojona/tf-region-bug/terraform 🚧 master 😎 › terraform get Get: file:///Users/jb/projects/bensojona/tf-region-bug/terraform/network Get: file:///Users/jb/projects/bensojona/tf-region-bug/terraform/network/vpc ~/projects/bensojona/tf-region-bug/terraform 🚧 master 😎 › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set ~/projects/bensojona/tf-region-bug/terraform 🚧 master 😎 › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set ~/projects/bensojona/tf-region-bug/terraform 🚧 master 😎 › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set ~/projects/bensojona/tf-region-bug/terraform 🚧 master 😎 › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set ~/projects/bensojona/tf-region-bug/terraform 🚧 master 😎 › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set ~/projects/bensojona/tf-region-bug/terraform 🚧 master 😎 › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set ~/projects/bensojona/tf-region-bug/terraform 🚧 master 😎 › terraform plan Refreshing Terraform state prior to plan... The Terraform execution plan has been generated and is shown below. Resources are shown in alphabetical order for quick scanning. Green resources will be created (or destroyed and then created if an existing resource exists), yellow resources are being changed in-place, and red resources will be destroyed. Note: You didn't specify an "-out" parameter to save this plan, so when "apply" is called, Terraform can't guarantee this is what will execute. + module.network.vpc 1 resource(s) Plan: 1 to add, 0 to change, 0 to destroy. ~/projects/bensojona/tf-region-bug/terraform 🚧 master 😎 › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set ~/projects/bensojona/tf-region-bug/terraform 🚧 master 😎 › terraform plan provider.aws.region The region where AWS operations will take place. Examples are us-east-1, us-west-2, etc. Default: us-east-1 Enter a value: us-west-1 Refreshing Terraform state prior to plan... The Terraform execution plan has been generated and is shown below. Resources are shown in alphabetical order for quick scanning. Green resources will be created (or destroyed and then created if an existing resource exists), yellow resources are being changed in-place, and red resources will be destroyed. Note: You didn't specify an "-out" parameter to save this plan, so when "apply" is called, Terraform can't guarantee this is what will execute. + module.network.vpc 1 resource(s) Plan: 1 to add, 0 to change, 0 to destroy. ~/projects/bensojona/tf-region-bug/terraform 🚧 master 😎 › terraform plan provider.aws.region The region where AWS operations will take place. Examples are us-east-1, us-west-2, etc. Default: us-east-1 Enter a value: us-west-1 Refreshing Terraform state prior to plan... The Terraform execution plan has been generated and is shown below. Resources are shown in alphabetical order for quick scanning. Green resources will be created (or destroyed and then created if an existing resource exists), yellow resources are being changed in-place, and red resources will be destroyed. Note: You didn't specify an "-out" parameter to save this plan, so when "apply" is called, Terraform can't guarantee this is what will execute. + module.network.vpc 1 resource(s) Plan: 1 to add, 0 to change, 0 to destroy. ~/projects/bensojona/tf-region-bug/terraform 🚧 master 😎 › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set ~/projects/bensojona/tf-region-bug/terraform 🚧 master 😎 › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set -
bensojona created this gist
Aug 26, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,192 @@ ~/Downloads/test-ops/terraform › rm -rf .terraform && rm -rf terraform.tfstate && rm -rf terraform.tfstate.backup ~/Downloads/test-ops/terraform › tree -a . ├── .DS_Store ├── main.tf └── network ├── .DS_Store ├── main.tf └── vpc └── main.tf 2 directories, 5 files ~/Downloads/test-ops/terraform › terraform get Get: file:///Users/jb/Downloads/test-ops/terraform/network Get: file:///Users/jb/Downloads/test-ops/terraform/network/vpc ~/Downloads/test-ops/terraform › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set ~/Downloads/test-ops/terraform › tree -a . ├── .DS_Store ├── .terraform │ └── modules │ ├── 227c2a52cd6711145d873c2974e857ae -> /Users/jb/Downloads/test-ops/terraform/network │ └── ba8d2d049a0cb175e57b3140e9f3ec0d -> /Users/jb/Downloads/test-ops/terraform/network/vpc ├── main.tf └── network ├── .DS_Store ├── main.tf └── vpc └── main.tf 6 directories, 5 files ~/Downloads/test-ops/terraform › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set ~/Downloads/test-ops/terraform › terraform plan provider.aws.region The region where AWS operations will take place. Examples are us-east-1, us-west-2, etc. Default: us-east-1 Enter a value: us-west-1 Refreshing Terraform state prior to plan... The Terraform execution plan has been generated and is shown below. Resources are shown in alphabetical order for quick scanning. Green resources will be created (or destroyed and then created if an existing resource exists), yellow resources are being changed in-place, and red resources will be destroyed. Note: You didn't specify an "-out" parameter to save this plan, so when "apply" is called, Terraform can't guarantee this is what will execute. + module.network.vpc 1 resource(s) Plan: 1 to add, 0 to change, 0 to destroy. ~/Downloads/test-ops/terraform › terraform plan Refreshing Terraform state prior to plan... The Terraform execution plan has been generated and is shown below. Resources are shown in alphabetical order for quick scanning. Green resources will be created (or destroyed and then created if an existing resource exists), yellow resources are being changed in-place, and red resources will be destroyed. Note: You didn't specify an "-out" parameter to save this plan, so when "apply" is called, Terraform can't guarantee this is what will execute. + module.network.vpc 1 resource(s) Plan: 1 to add, 0 to change, 0 to destroy. ~/Downloads/test-ops/terraform › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set ~/Downloads/test-ops/terraform › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set ~/Downloads/test-ops/terraform › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set ~/Downloads/test-ops/terraform › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set ~/Downloads/test-ops/terraform › terraform plan provider.aws.region The region where AWS operations will take place. Examples are us-east-1, us-west-2, etc. Default: us-east-1 Enter a value: us-west-1 Refreshing Terraform state prior to plan... The Terraform execution plan has been generated and is shown below. Resources are shown in alphabetical order for quick scanning. Green resources will be created (or destroyed and then created if an existing resource exists), yellow resources are being changed in-place, and red resources will be destroyed. Note: You didn't specify an "-out" parameter to save this plan, so when "apply" is called, Terraform can't guarantee this is what will execute. + module.network.vpc 1 resource(s) Plan: 1 to add, 0 to change, 0 to destroy. ~/Downloads/test-ops/terraform › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set ~/Downloads/test-ops/terraform › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set ~/Downloads/test-ops/terraform › terraform plan provider.aws.region The region where AWS operations will take place. Examples are us-east-1, us-west-2, etc. Default: us-east-1 Enter a value: us-west-1 Refreshing Terraform state prior to plan... The Terraform execution plan has been generated and is shown below. Resources are shown in alphabetical order for quick scanning. Green resources will be created (or destroyed and then created if an existing resource exists), yellow resources are being changed in-place, and red resources will be destroyed. Note: You didn't specify an "-out" parameter to save this plan, so when "apply" is called, Terraform can't guarantee this is what will execute. + module.network.vpc 1 resource(s) Plan: 1 to add, 0 to change, 0 to destroy. ~/Downloads/test-ops/terraform › tree -a . ├── .DS_Store ├── .terraform │ └── modules │ ├── 227c2a52cd6711145d873c2974e857ae -> /Users/jb/Downloads/test-ops/terraform/network │ └── ba8d2d049a0cb175e57b3140e9f3ec0d -> /Users/jb/Downloads/test-ops/terraform/network/vpc ├── main.tf ├── network │ ├── .DS_Store │ ├── main.tf │ └── vpc │ └── main.tf ├── terraform.tfstate └── terraform.tfstate.backup 6 directories, 7 files 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,116 @@ ~/Downloads/test-ops/terraform › rm -rf .terraform && rm -rf terraform.tfstate && rm -rf terraform.tfstate.backup ~/Downloads/test-ops/terraform › tree -a . ├── .DS_Store ├── main.tf └── network ├── .DS_Store ├── main.tf └── vpc └── main.tf 2 directories, 5 files ~/Downloads/test-ops/terraform › terraform get Get: file:///Users/jb/Downloads/test-ops/terraform/network Get: file:///Users/jb/Downloads/test-ops/terraform/network/vpc ~/Downloads/test-ops/terraform › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set ~/Downloads/test-ops/terraform › tree -a . ├── .DS_Store ├── .terraform │ └── modules │ ├── 227c2a52cd6711145d873c2974e857ae -> /Users/jb/Downloads/test-ops/terraform/network │ └── ba8d2d049a0cb175e57b3140e9f3ec0d -> /Users/jb/Downloads/test-ops/terraform/network/vpc ├── main.tf └── network ├── .DS_Store ├── main.tf └── vpc └── main.tf 6 directories, 5 files ~/Downloads/test-ops/terraform › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set ~/Downloads/test-ops/terraform › terraform plan provider.aws.region The region where AWS operations will take place. Examples are us-east-1, us-west-2, etc. Default: us-east-1 Enter a value: us-west-2 Refreshing Terraform state prior to plan... The Terraform execution plan has been generated and is shown below. Resources are shown in alphabetical order for quick scanning. Green resources will be created (or destroyed and then created if an existing resource exists), yellow resources are being changed in-place, and red resources will be destroyed. Note: You didn't specify an "-out" parameter to save this plan, so when "apply" is called, Terraform can't guarantee this is what will execute. + module.network.vpc 1 resource(s) Plan: 1 to add, 0 to change, 0 to destroy. ~/Downloads/test-ops/terraform › terraform plan provider.aws.region The region where AWS operations will take place. Examples are us-east-1, us-west-2, etc. Default: us-east-1 Enter a value: us-west-2 Refreshing Terraform state prior to plan... The Terraform execution plan has been generated and is shown below. Resources are shown in alphabetical order for quick scanning. Green resources will be created (or destroyed and then created if an existing resource exists), yellow resources are being changed in-place, and red resources will be destroyed. Note: You didn't specify an "-out" parameter to save this plan, so when "apply" is called, Terraform can't guarantee this is what will execute. + module.network.vpc 1 resource(s) Plan: 1 to add, 0 to change, 0 to destroy. ~/Downloads/test-ops/terraform › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set ~/Downloads/test-ops/terraform › tree -a . ├── .DS_Store ├── .terraform │ └── modules │ ├── 227c2a52cd6711145d873c2974e857ae -> /Users/jb/Downloads/test-ops/terraform/network │ └── ba8d2d049a0cb175e57b3140e9f3ec0d -> /Users/jb/Downloads/test-ops/terraform/network/vpc ├── main.tf ├── network │ ├── .DS_Store │ ├── main.tf │ └── vpc │ └── main.tf ├── terraform.tfstate └── terraform.tfstate.backup 6 directories, 7 files 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,119 @@ ~/Downloads/test-ops/terraform › rm -rf .terraform && rm -rf terraform.tfstate && rm -rf terraform.tfstate.backup ~/Downloads/test-ops/terraform › tree -a . ├── .DS_Store ├── main.tf └── network ├── .DS_Store ├── main.tf └── vpc └── main.tf 2 directories, 5 files ~/Downloads/test-ops/terraform › terraform get Get: file:///Users/jb/Downloads/test-ops/terraform/network Get: file:///Users/jb/Downloads/test-ops/terraform/network/vpc ~/Downloads/test-ops/terraform › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set ~/Downloads/test-ops/terraform › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set ~/Downloads/test-ops/terraform › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set ~/Downloads/test-ops/terraform › terraform plan Refreshing Terraform state prior to plan... The Terraform execution plan has been generated and is shown below. Resources are shown in alphabetical order for quick scanning. Green resources will be created (or destroyed and then created if an existing resource exists), yellow resources are being changed in-place, and red resources will be destroyed. Note: You didn't specify an "-out" parameter to save this plan, so when "apply" is called, Terraform can't guarantee this is what will execute. + module.network.vpc 1 resource(s) Plan: 1 to add, 0 to change, 0 to destroy. ~/Downloads/test-ops/terraform › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set ~/Downloads/test-ops/terraform › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set ~/Downloads/test-ops/terraform › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set ~/Downloads/test-ops/terraform › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set ~/Downloads/test-ops/terraform › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set ~/Downloads/test-ops/terraform › terraform plan provider.aws.region The region where AWS operations will take place. Examples are us-east-1, us-west-2, etc. Default: us-east-1 Enter a value: us-west-2 Refreshing Terraform state prior to plan... The Terraform execution plan has been generated and is shown below. Resources are shown in alphabetical order for quick scanning. Green resources will be created (or destroyed and then created if an existing resource exists), yellow resources are being changed in-place, and red resources will be destroyed. Note: You didn't specify an "-out" parameter to save this plan, so when "apply" is called, Terraform can't guarantee this is what will execute. + module.network.vpc 1 resource(s) Plan: 1 to add, 0 to change, 0 to destroy. ~/Downloads/test-ops/terraform › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,121 @@ ~/Downloads/test-ops/terraform › rm -rf .terraform && rm -rf terraform.tfstate && rm -rf terraform.tfstate.backup ~/Downloads/test-ops/terraform › terraform get Get: file:///Users/jb/Downloads/test-ops/terraform/network Get: file:///Users/jb/Downloads/test-ops/terraform/network/vpc ~/Downloads/test-ops/terraform › terraform plan provider.aws.region The region where AWS operations will take place. Examples are us-east-1, us-west-2, etc. Default: us-east-1 Enter a value: us-west-2 Refreshing Terraform state prior to plan... The Terraform execution plan has been generated and is shown below. Resources are shown in alphabetical order for quick scanning. Green resources will be created (or destroyed and then created if an existing resource exists), yellow resources are being changed in-place, and red resources will be destroyed. Note: You didn't specify an "-out" parameter to save this plan, so when "apply" is called, Terraform can't guarantee this is what will execute. + module.network.vpc 1 resource(s) Plan: 1 to add, 0 to change, 0 to destroy. ~/Downloads/test-ops/terraform › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set ~/Downloads/test-ops/terraform › terraform plan provider.aws.region The region where AWS operations will take place. Examples are us-east-1, us-west-2, etc. Default: us-east-1 Enter a value: us-west-2 Refreshing Terraform state prior to plan... The Terraform execution plan has been generated and is shown below. Resources are shown in alphabetical order for quick scanning. Green resources will be created (or destroyed and then created if an existing resource exists), yellow resources are being changed in-place, and red resources will be destroyed. Note: You didn't specify an "-out" parameter to save this plan, so when "apply" is called, Terraform can't guarantee this is what will execute. + module.network.vpc 1 resource(s) Plan: 1 to add, 0 to change, 0 to destroy. ~/Downloads/test-ops/terraform › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set ~/Downloads/test-ops/terraform › terraform plan provider.aws.region The region where AWS operations will take place. Examples are us-east-1, us-west-2, etc. Default: us-east-1 Enter a value: us-west-2 Refreshing Terraform state prior to plan... The Terraform execution plan has been generated and is shown below. Resources are shown in alphabetical order for quick scanning. Green resources will be created (or destroyed and then created if an existing resource exists), yellow resources are being changed in-place, and red resources will be destroyed. Note: You didn't specify an "-out" parameter to save this plan, so when "apply" is called, Terraform can't guarantee this is what will execute. + module.network.vpc 1 resource(s) Plan: 1 to add, 0 to change, 0 to destroy. ~/Downloads/test-ops/terraform › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "region": required field is not set ~/Downloads/test-ops/terraform › terraform plan provider.aws.region The region where AWS operations will take place. Examples are us-east-1, us-west-2, etc. Default: us-east-1 Enter a value: us-west-2 Refreshing Terraform state prior to plan... The Terraform execution plan has been generated and is shown below. Resources are shown in alphabetical order for quick scanning. Green resources will be created (or destroyed and then created if an existing resource exists), yellow resources are being changed in-place, and red resources will be destroyed. Note: You didn't specify an "-out" parameter to save this plan, so when "apply" is called, Terraform can't guarantee this is what will execute. + module.network.vpc 1 resource(s) Plan: 1 to add, 0 to change, 0 to destroy. 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,30 @@ ~/Downloads/test-ops/terraform › rm -rf .terraform && rm -rf terraform.tfstate && rm -rf terraform.tfstate.backup ~/Downloads/test-ops/terraform › terraform get Get: file:///Users/jb/Downloads/test-ops/terraform/network Get: file:///Users/jb/Downloads/test-ops/terraform/network/vpc ~/Downloads/test-ops/terraform › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "secret_key": required field is not set * module.network.module.vpc.provider.aws: "region": required field is not set * module.network.module.vpc.provider.aws: "access_key": required field is not set ~/Downloads/test-ops/terraform › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "access_key": required field is not set * module.network.module.vpc.provider.aws: "secret_key": required field is not set ~/Downloads/test-ops/terraform › terraform plan There are warnings and/or errors related to your configuration. Please fix these before continuing. Errors: * module.network.module.vpc.provider.aws: "secret_key": required field is not set * module.network.module.vpc.provider.aws: "region": required field is not set * module.network.module.vpc.provider.aws: "access_key": required field is not set