Skip to content

Instantly share code, notes, and snippets.

@cm-iwaki
cm-iwaki / gist:53afee67f3750bf69d78d4e941f1c7b4
Last active July 14, 2021 19:09
VPC endpoint for Amazon SES SMTP endpoint.
terraform {
required_version = ">= 0.12"
backend "s3" {
bucket = "<bucket name>"
key = "terraform.tfstate"
region = "ap-northeast-1"
encrypt = true
acl = "bucket-owner-full-control"