Skip to content

Commit

Permalink
examples: update simple/main.tf, terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
brittandeyoung committed Nov 17, 2023
1 parent 30b70f7 commit 9004bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/simple/main.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
locals {
bucket_name = "known-name"
bucket_name = "known-name"
}
provider "aws" {
region = "eu-west-1"
region = "eu-west-1"
}

module "simple_bucket" {
Expand Down

0 comments on commit 9004bc4

Please sign in to comment.