Skip to content

Commit e742b4e

Browse files
committed
feat! : Adding blueprint metadata for cloud dns module
1 parent b678cb8 commit e742b4e

File tree

7 files changed

+10
-12
lines changed

7 files changed

+10
-12
lines changed

examples/dns_response_policy/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "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"

examples/forwarding-zone/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "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"

examples/peering-zone/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "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"

examples/private-zone/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "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"

examples/public-zone/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "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"

metadata.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
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

modules/dns_response_policy/metadata.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
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:
@@ -87,9 +87,7 @@ spec:
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

0 commit comments

Comments
 (0)