Skip to content

Commit

Permalink
tf fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
88lexd committed Aug 5, 2023
1 parent c70bd63 commit 8aa5f3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aws-wordpress/1-infra-configuration/3-cloudflare/backend.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
backend "s3" {
bucket = "lexd-solutions-tfstate"
key = "terraform/cloudflare.tfstate"
region = "ap-southeast-2"
backend "s3" {
bucket = "lexd-solutions-tfstate"
key = "terraform/cloudflare.tfstate"
region = "ap-southeast-2"
}
}

0 comments on commit 8aa5f3b

Please sign in to comment.