Skip to content

Instantly share code, notes, and snippets.

@dev-daeun
Created February 19, 2022 05:22
Show Gist options
  • Save dev-daeun/2451a8d4d7b579602d13c7d0b91f1d4e to your computer and use it in GitHub Desktop.
Save dev-daeun/2451a8d4d7b579602d13c7d0b91f1d4e to your computer and use it in GitHub Desktop.
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.27"
}
}
required_version = ">= 0.14.9"
}
provider "aws" {
profile = "default"
region = "ap-northeast-2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment