Skip to content

Commit

Permalink
add catalogValidationValues.json.template (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocofaigh authored Nov 10, 2023
1 parent a74e056 commit 1879f9d
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/basic/catalogValidationValues.json.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"ibmcloud_api_key": $VALIDATION_APIKEY,
"region": "us-south",
"resource_tags": $TAGS,
"prefix": $PREFIX
}
7 changes: 7 additions & 0 deletions examples/complete/catalogValidationValues.json.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ibmcloud_api_key": $VALIDATION_APIKEY,
"region": "us-south",
"resource_tags": $TAGS,
"prefix": $PREFIX,
"existing_at_instance_crn": $AT_CRN
}
9 changes: 9 additions & 0 deletions examples/fscloud/catalogValidationValues.json.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ibmcloud_api_key": $VALIDATION_APIKEY,
"region": "us-south",
"resource_tags": $TAGS,
"prefix": $PREFIX,
"existing_at_instance_crn": $AT_CRN,
"bucket_existing_hpcs_instance_guid": $HPCS_US_SOUTH_GUID,
"bucket_hpcs_key_crn": $HPCS_US_SOUTH_ROOT_KEY_CRN
}
6 changes: 6 additions & 0 deletions examples/one-rate-plan/catalogValidationValues.json.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"ibmcloud_api_key": $VALIDATION_APIKEY,
"region": "us-south",
"resource_tags": $TAGS,
"prefix": $PREFIX
}
6 changes: 6 additions & 0 deletions examples/replication/catalogValidationValues.json.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"ibmcloud_api_key": $VALIDATION_APIKEY,
"region": "us-south",
"resource_tags": $TAGS,
"prefix": $PREFIX
}

0 comments on commit 1879f9d

Please sign in to comment.