Last active
July 19, 2022 00:42
-
-
Save onelharrison/d510f73db53653af432e98ec163f2a6b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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