Skip to content

Commit

Permalink
refa(remote backend): remove hardcoded bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikFricke committed May 9, 2022
1 parent 7003e9a commit 24df83a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion 5-remote-backend/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ terraform {
required_version = "~> 1.1.7"

backend "s3" {
bucket = "terraform-state-1651593315119"
key = "prod/terraform.tfstate"
region = "eu-west-1"
}
Expand Down
1 change: 0 additions & 1 deletion 5-remote-backend/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ terraform {
required_version = "~> 1.1.7"

backend "s3" {
bucket = "terraform-state-1651593315119"
key = "staging/terraform.tfstate"
region = "eu-west-1"
}
Expand Down

0 comments on commit 24df83a

Please sign in to comment.