Skip to content

Commit 7a8d5e4

Browse files
committed
MDM: expose proposition_guid #272
Signed-off-by: Andy Lo-A-Foe <andy.loafoe@gmail.com>
1 parent fe4d7e8 commit 7a8d5e4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

internal/services/cdr/subscription/resource_cdr_subscription_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ resource "hsdp_cdr_subscription" "test" {
121121
122122
end = "2099-12-31T23:59:59Z"
123123
124-
depends_on = [hsdp_cdr_org.test]
124+
depends_on = [hsdp_cdr_org.test, hsdp_iam_org.test]
125125
}
126126
127127
`,

internal/services/connect/mdm/data_source_connect_mdm_proposition.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ func DataSourceConnectMDMProposition() *schema.Resource {
4949
Type: schema.TypeString,
5050
Computed: true,
5151
},
52+
"proposition_guid": {
53+
Type: schema.TypeString,
54+
Computed: true,
55+
},
56+
"proposition_id": {
57+
Type: schema.TypeString,
58+
Computed: true,
59+
},
5260
},
5361
}
5462

0 commit comments

Comments
 (0)