Skip to content

Instantly share code, notes, and snippets.

@onelharrison
Last active July 19, 2022 00:42
Show Gist options
  • Save onelharrison/d510f73db53653af432e98ec163f2a6b to your computer and use it in GitHub Desktop.
Save onelharrison/d510f73db53653af432e98ec163f2a6b to your computer and use it in GitHub Desktop.
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
}
}
}
provider "aws" {
region = "us-west-2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment