Skip to content

Commit 450b41c

Browse files
authored
Update catalogValidationValues.json.template to add missing prefix (#653)
1 parent 74b8fa0 commit 450b41c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

ibm_catalog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"short_description": "Creates and configures Virtual Private Endpoint gateway",
2222
"long_description": "This architecture supports creating and configuring Virtual Private Endpoint gateway.",
2323
"offering_docs_url": "https://github.com/terraform-ibm-modules/terraform-ibm-vpe-gateway/blob/main/README.md",
24-
"offering_icon_url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-scc/main/images/ibm-cloud.svg",
24+
"offering_icon_url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-landing-zone-vpc/refs/heads/main/images/vpc_icon.svg",
2525
"provider_name": "IBM",
2626
"features": [
2727
{
@@ -106,7 +106,7 @@
106106
{
107107
"diagram": {
108108
"caption": "VPE gateway",
109-
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-vpe-gateway/main/reference-architecture/vpe-catalog.svg",
109+
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-vpe-gateway/refs/heads/main/reference-architecture/vpe-gateway.svg",
110110
"type": "image/svg+xml"
111111
},
112112
"description": "This architecture supports creating an IBM Cloud VPE gateway"

reference-architecture/vpe-gateway.svg

Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"ibmcloud_api_key": $VALIDATION_APIKEY
2+
"ibmcloud_api_key": $VALIDATION_APIKEY,
3+
"prefix": $PREFIX
34
}

0 commit comments

Comments
 (0)