File tree Expand file tree Collapse file tree 7 files changed +10
-12
lines changed
modules/dns_response_policy Expand file tree Collapse file tree 7 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 1616
1717module "dns_response_policy" {
1818 source = " terraform-google-modules/cloud-dns/google//modules/dns_response_policy"
19- version = " ~> 6.1.0 "
19+ version = " ~> 6.2.1 "
2020
2121 project_id = var. project_id
2222 policy_name = " dns-response-policy-test"
Original file line number Diff line number Diff line change 1616
1717module "dns-forwarding-zone" {
1818 source = " terraform-google-modules/cloud-dns/google"
19- version = " ~> 6.1.0 "
19+ version = " ~> 6.2.1 "
2020
2121 project_id = var. project_id
2222 type = " forwarding"
Original file line number Diff line number Diff line change 1616
1717module "dns-peering-zone" {
1818 source = " terraform-google-modules/cloud-dns/google"
19- version = " ~> 6.1.0 "
19+ version = " ~> 6.2.1 "
2020
2121 project_id = var. project_id
2222 type = " peering"
Original file line number Diff line number Diff line change 1616
1717module "dns-private-zone" {
1818 source = " terraform-google-modules/cloud-dns/google"
19- version = " ~> 6.1.0 "
19+ version = " ~> 6.2.1 "
2020
2121 project_id = var. project_id
2222 type = " private"
Original file line number Diff line number Diff line change 1616
1717module "dns-public-zone" {
1818 source = " terraform-google-modules/cloud-dns/google"
19- version = " ~> 6.1.0 "
19+ version = " ~> 6.2.1 "
2020
2121 project_id = var. project_id
2222 type = " public"
Original file line number Diff line number Diff line change 2424 source :
2525 repo : https://github.com/terraform-google-modules/terraform-google-cloud-dns.git
2626 sourceType : git
27- version : 6.1.0
27+ version : 6.2.1
2828 actuationTool :
2929 flavor : Terraform
3030 version : " >= 1.3"
@@ -161,15 +161,15 @@ spec:
161161 description : The etag of the IAM policy
162162 type :
163163 - list
164- - - string
164+ - string
165165 - name : name
166166 description : The DNS zone name.
167167 type : string
168168 - name : name_servers
169169 description : The DNS zone name servers.
170170 type :
171171 - list
172- - - string
172+ - string
173173 - name : type
174174 description : The DNS zone type.
175175 type : string
Original file line number Diff line number Diff line change 2525 repo : https://github.com/terraform-google-modules/terraform-google-cloud-dns.git
2626 sourceType : git
2727 dir : /modules/dns_response_policy
28- version : 6.1.0
28+ version : 6.2.1
2929 description : {}
3030 content :
3131 examples :
8787 description : List of response rules with format projects/{{project}}/responsePolicies/{{response_policy}}/rules/{{rule_name}}.
8888 type :
8989 - list
90- - - string
91- - string
92- - string
90+ - string
9391 requirements :
9492 roles :
9593 - level : Project
You can’t perform that action at this time.
0 commit comments