Skip to content

Commit b82c1e4

Browse files
chore: remove trailing commas for better UI compatibility (#953)
1 parent cf9aaf0 commit b82c1e4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

modules/powervs-vpc-landing-zone/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ variable "powervs_custom_image_cos_configuration" {
213213
default = {
214214
"bucket_name" : "",
215215
"bucket_access" : "",
216-
"bucket_region" : "",
216+
"bucket_region" : ""
217217
}
218218
}
219219

solutions/standard-extend/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ variable "powervs_custom_image_cos_configuration" {
115115
default = {
116116
"bucket_name" : "",
117117
"bucket_access" : "",
118-
"bucket_region" : "",
118+
"bucket_region" : ""
119119
}
120120
}
121121

solutions/standard/variables.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,19 +187,19 @@ variable "powervs_custom_images" {
187187
"image_name" : "",
188188
"file_name" : "",
189189
"storage_tier" : "",
190-
"sap_type" : null,
190+
"sap_type" : null
191191
},
192192
"powervs_custom_image2" : {
193193
"image_name" : "",
194194
"file_name" : "",
195195
"storage_tier" : "",
196-
"sap_type" : null,
196+
"sap_type" : null
197197
},
198198
"powervs_custom_image3" : {
199199
"image_name" : "",
200200
"file_name" : "",
201201
"storage_tier" : "",
202-
"sap_type" : null,
202+
"sap_type" : null
203203
}
204204
}
205205
}
@@ -214,7 +214,7 @@ variable "powervs_custom_image_cos_configuration" {
214214
default = {
215215
"bucket_name" : "",
216216
"bucket_access" : "",
217-
"bucket_region" : "",
217+
"bucket_region" : ""
218218
}
219219
}
220220

0 commit comments

Comments
 (0)