質問編集履歴
2
コードの修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -17,7 +17,7 @@
|
|
17
17
|
cidr_block = var.vpc_cider
|
18
18
|
instance_tenancy = "default"
|
19
19
|
enable_dns_support = true
|
20
|
-
|
20
|
+
enable_dns_hostnames=true
|
21
21
|
enable_classiclink_dns_support=false
|
22
22
|
|
23
23
|
tags={
|
1
タイトルの修正
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
Terraform
|
1
|
+
【Terraform】module構成でMissing required argumentが出る
|
body
CHANGED
File without changes
|