Files
dsk-iac/aws_instance/terraform_grafana/main.tf
havelight-ee 6c56104a16 grafana update
2023-02-01 13:09:54 +09:00

11 lines
113 B
HCL

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