Files
dsk-iac/aws_instance/infra_monitoring/main.tf
havelight-ee 1e5b0b4487 update
2023-05-04 22:42:49 +09:00

11 lines
113 B
HCL

provider "aws" {
region = "ap-northeast-2"
}
terraform {
required_providers {
archive = "~> 1.3"
}
}