Skip to content

Instantly share code, notes, and snippets.

@KinzP
Created August 19, 2022 16:49
Show Gist options
  • Save KinzP/c2bb682c9389b7d96ff1c0581641e976 to your computer and use it in GitHub Desktop.
Save KinzP/c2bb682c9389b7d96ff1c0581641e976 to your computer and use it in GitHub Desktop.
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.27"
}
}
required_version = ">= 0.14.9"
}
provider "aws" {
profile = "default"
region = "us-east-1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment