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 5475b21 commit 0a4a770Copy full SHA for 0a4a770
examples/complete/main.tf
@@ -9,7 +9,7 @@ provider "aws" {
9
10
locals {
11
bucket_name = "s3-bucket-${random_pet.this.id}"
12
- region = "eu-west-1"
+ region = "us-west-2"
13
}
14
15
data "aws_caller_identity" "current" {}
0 commit comments