terraform { required_providers { aws = { source = "hashicorp/aws" } } } provider "aws" { region = "ap-northeast-1" } module "vpc" { source ...
確定! 回上一頁