Skip to content

Instantly share code, notes, and snippets.

@PradeepLoganathan
Last active May 10, 2020 08:54
Show Gist options
  • Select an option

  • Save PradeepLoganathan/19b215a1e03164fb3a12e0cf8b1e116c to your computer and use it in GitHub Desktop.

Select an option

Save PradeepLoganathan/19b215a1e03164fb3a12e0cf8b1e116c to your computer and use it in GitHub Desktop.
Example terraform provider for AWS.
provider "aws" {
access_key = "XXXXXXXXXXX"
secret_key = "XXXXXXXXXXX"
region = "us-west-1"
version = "=2.8.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment