Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Change az #87

Merged
merged 2 commits into from
Jul 24, 2020
Merged

Change az #87

merged 2 commits into from
Jul 24, 2020

Conversation

michellegreer
Copy link
Contributor

No description provided.

@hashicorp-cla
Copy link

hashicorp-cla commented Jul 24, 2020

CLA assistant check
All committers have signed the CLA.

@michellegreer michellegreer merged commit efcd12c into hashicorp:master Jul 24, 2020
@michellegreer michellegreer mentioned this pull request Jul 24, 2020
@@ -1,7 +1,7 @@
provider "aws" {
version = "2.33.0"

region = var.aws_region
region = var.aws_west

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change broke the project. aws_west is not defined. But aws_region is defined in variables.tf. Here's what I get running the Terraform Cloud tutorial using the current state of the project:

 �Terraform v0.12.29
Configuring remote state backend...
Initializing Terraform configuration...
2020/07/31 17:10:09 [DEBUG] Using modified User-Agent: Terraform/0.12.29 TFC/3ad8313ada

Error: Reference to undeclared input variable

  on main.tf line 4, in provider "aws":
   4:   region = var.aws_west

An input variable with the name "aws_west" has not been declared. This
variable can be declared with a variable "aws_west" {} block.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants