Files
dsk-iac/terraform/aws_instance/datasaker-demo/main.tf
2023-06-26 16:25:30 +09:00

11 lines
113 B
HCL

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