Skip to content

Instantly share code, notes, and snippets.

@ausmartway
Created October 15, 2021 11:15
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/85e13622d74da1a31df11fd5462cd90f to your computer and use it in GitHub Desktop.
Save ausmartway/85e13622d74da1a31df11fd5462cd90f to your computer and use it in GitHub Desktop.
getting tf variable value
output "aws_credentials" {
value = "aws_access_key=${var.aws_access_key}\naws_secret_key=${var.aws_secret_key}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment