Skip to content

Instantly share code, notes, and snippets.

@ausmartway
Created October 15, 2021 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ausmartway/b7e9ffe74f2d65a0085a38680de36d0c to your computer and use it in GitHub Desktop.
Save ausmartway/b7e9ffe74f2d65a0085a38680de36d0c to your computer and use it in GitHub Desktop.
static provider secrets
provider "aws" {
region = "us-west-2"
access_key = "my_aws_access_key"
secret_key = "my_aws_secret_key"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment