module "vpc" { source = "terraform-aws-modules/vpc/aws" # source = "../modules/vpc" version = "3.12.0" # insert the 23 required variables here cidr = "10.0.0.0/16" name = "terraform-reintroduction" public_subnets = ["10.0.0.0/24", "10.0.1.0/24"] azs = ["ap-northeast-1a", "ap-northeast-1c"] } resource "aws_security_group" "allow_tls" { name = "allow_tls" description = "Allow TLS inbound traffic" vp

1リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く