Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save onelharrison/62249d5a43f2e9394c2f4ee9fad2301b to your computer and use it in GitHub Desktop.
Save onelharrison/62249d5a43f2e9394c2f4ee9fad2301b to your computer and use it in GitHub Desktop.
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
}
}
}
provider "aws" {
region = "us-east-2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment