Skip to content

Instantly share code, notes, and snippets.

@ringanta
Created June 16, 2020 13:37
Show Gist options
  • Save ringanta/6deb863ce25b9e31269e0e210ed4aff1 to your computer and use it in GitHub Desktop.
Save ringanta/6deb863ce25b9e31269e0e210ed4aff1 to your computer and use it in GitHub Desktop.
terraform {
required_version = "= 0.12.26"
}
provider "aws" {
version = "~> 2.66"
}
provider "random" {
version = "~> 2.2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment