You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
terraform {
backend"s3" {
bucket="shift3-terraform-state"//Does not exist in BWTC-Client-Sandbox and BWTC-Developer-Sandboxkey="stemtaught-test-server/terraform.tfstate"region="us-west-2"profile="BWTC-Developer"//Would have to use profile pointing to the old original account for this too work
}
required_providers {
aws={
source ="hashicorp/aws"
version ="~> 4.0"
}
}
}
Solutions
Add shift3-terraform-state bucket to each account.
Specify that two different accounts are needed
The text was updated successfully, but these errors were encountered:
The Problem
First I made sure I was logged in properly.
Then I tried to run
terraform init
and was not able to as I was getting this error.Solutions
The text was updated successfully, but these errors were encountered: