Skip to content

Instantly share code, notes, and snippets.

@9oelM

9oelM/block6.tf Secret

Created March 21, 2021 13:44
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 9oelM/c44a51ffd046960ff51e23908ca07574 to your computer and use it in GitHub Desktop.
Save 9oelM/c44a51ffd046960ff51e23908ca07574 to your computer and use it in GitHub Desktop.
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.27"
}
}
}
provider "aws" {
profile = "default"
region = "us-west-2" # you will need to change this to your region
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment