Skip to content

Instantly share code, notes, and snippets.

@ausmartway
Created October 15, 2021 11:11
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/dfb5c5fee3598a1c70b244a88368c8b1 to your computer and use it in GitHub Desktop.
Save ausmartway/dfb5c5fee3598a1c70b244a88368c8b1 to your computer and use it in GitHub Desktop.
provider credential by tf vars
provider "aws" {
region = "us-west-2"
access_key = var.aws_access_key
secret_key = var.aws_secret_key
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment