Skip to content

Instantly share code, notes, and snippets.

@NYARAS
Created November 18, 2021 20:53
Show Gist options
  • Save NYARAS/d3fe460d6d58d75fc4ee87f9ba6ad37e to your computer and use it in GitHub Desktop.
Save NYARAS/d3fe460d6d58d75fc4ee87f9ba6ad37e to your computer and use it in GitHub Desktop.
provider "aws" {
profile = "default"
region = "us-east-1"
}
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.21"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment