We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f45b7 commit f4b8c2fCopy full SHA for f4b8c2f
aws/main.tf
@@ -1,11 +1,11 @@
1
terraform {
2
# Set your region and bucket name (output from shared state) in the placeholder below
3
# Then uncomment and apply!
4
- # backend "s3" {
5
- # region = "eu-west-1" # Change if desired
6
- # bucket = ""
7
- # key = "wrongsecrets/terraform.tfstate"
8
- # }
+ backend "s3" {
+ region = "eu-west-1" # Change if desired
+ bucket = "terraform-20221107072744117300000001"
+ key = "wrongsecrets/terraform.tfstate"
+ }
9
}
10
11
locals {
0 commit comments