Skip to content

Commit

Permalink
Change region in aws ProviderConfig example due to quota issue
Browse files Browse the repository at this point in the history
Signed-off-by: Fatih Türken <[email protected]>
  • Loading branch information
turkenf committed Dec 19, 2024
1 parent d549bb6 commit f9e787d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/providerconfig-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ spec:
}
provider "aws" {
shared_credentials_files = ["${path.module}/aws-creds.ini"]
region = "eu-west-1"
region = "us-east-2"
}

0 comments on commit f9e787d

Please sign in to comment.