Skip to content

Commit a1decf6

Browse files
datafusion: added patch_revision to google_data_fusion_instance resources.
1 parent d4c08d6 commit a1decf6

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

mmv1/products/datafusion/Instance.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,11 @@ properties:
208208
description: |
209209
Current version of the Data Fusion.
210210
default_from_api: true
211+
- name: 'patchRevision'
212+
type: String
213+
description: |
214+
Current patch revision of the Data Fusion.
215+
default_from_api: true
211216
- name: 'serviceAccount'
212217
type: String
213218
description: |
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
resource "google_data_fusion_instance" "{{$.PrimaryResourceId}}" {
2+
name = "{{index $.Vars "instance_name"}}"
3+
region = "us-central1"
4+
type = "BASIC"
5+
version = "6.10.1"
6+
patch_revision = "6.10.1.5"
7+
{{index $.Vars "prober_test_run"}}
8+
}

0 commit comments

Comments
 (0)