File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ variable "marketplace_source_images" {
2+ type = map (object ({
3+ ocid = string
4+ is_pricing_associated = bool
5+ compatible_shapes = set (string )
6+ }))
7+ default = {
8+ main_mktpl_image = {
9+ ocid = " ocid1.image.oc1..aaaaaaaa5yxem7wzie34hi5km4qm2t754tsfxrjuefyjivebrxjad4jcj5oa"
10+ is_pricing_associated = false
11+ compatible_shapes = []
12+ }
13+ supporting_image = {
14+ ocid = " ocid1.image.oc1..aaaaaaaazeefig7dqaoheiyoufmllolc3tuiv2c4xueecpr33dm3k4xjip3a"
15+ is_pricing_associated = false
16+ compatible_shapes = []
17+ }
18+ }
19+ }
Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ variableGroups:
112112 - ${scratch_nfs_mount}
113113 - ${marketplace_listing_id}
114114 - ${ssh_cidr}
115+ - ${marketplace_source_images}
115116 visible : false
116117 - title : " Debug"
117118 variables :
You can’t perform that action at this time.
0 commit comments