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.

Revisions

  1. jaabanks created this gist Sep 28, 2021.
    9 changes: 9 additions & 0 deletions project17-variables.tf
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    variable "aws_access_key" {
    type = string
    sensitive = true
    }

    variable "aws_secret_key" {
    type = string
    sensitive = true
    }