Skip to content

Instantly share code, notes, and snippets.

@jaabanks
Created September 28, 2021 01:11
Show Gist options
  • Save jaabanks/555d1d115f65800b853eccc1772286f8 to your computer and use it in GitHub Desktop.
Save jaabanks/555d1d115f65800b853eccc1772286f8 to your computer and use it in GitHub Desktop.
variable "aws_access_key" {
type = string
sensitive = true
}
variable "aws_secret_key" {
type = string
sensitive = true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment