Skip to content

Instantly share code, notes, and snippets.

@welsayedaly
Created November 10, 2021 10:11
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 welsayedaly/87a4d91ec02865113585092f37b92aab to your computer and use it in GitHub Desktop.
Save welsayedaly/87a4d91ec02865113585092f37b92aab to your computer and use it in GitHub Desktop.
main.tf
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.27"
}
}
required_version = ">= 1.0.4"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment