Skip to content

Commit 4bb8672

Browse files
authored
Fix link to arch diagram (#14)
* fix: link to to arch diagram in ibm_catalog.json Signed-off-by: Chris Waddington <104161708+chrisw-ibm@users.noreply.github.com> * SKIP UPGRADE TEST Signed-off-by: Chris Waddington <104161708+chrisw-ibm@users.noreply.github.com> * fix pre-commit error Signed-off-by: Chris Waddington <104161708+chrisw-ibm@users.noreply.github.com> --------- Signed-off-by: Chris Waddington <104161708+chrisw-ibm@users.noreply.github.com>
1 parent 439c3be commit 4bb8672

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

ibm_catalog.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"Cloud Spend"
1818
],
1919
"short_description": "Add your IBM Cloud Account to IBM Cloudability and start tracking your cloud spend.",
20-
"long_description": "Simplify your IBM Cloud Account onboarding to IBM Cloudability with this deployable architecture. Only an IBM Cloud IAM Api Key and Cloudability API key are required. This deployable architecture will take care of all of the necessary steps to get your IBM Cloud billing data into IBM Cloudability. This includes the following:\n\n1. Creating Key Protect Encrypted COS Buckets to store your daily billing snapshots.\n2. Setup writing of billing snapshots to the COS Bucket.\n3. Grant IBM Cloudability access to read from the COS buckets\n4. Add your IBM Cloud account to Cloudability and run access verification from Cloudability.\n\nYour IBM Cloud billing data will begin showing up in Apptio cloudability the next day. \nTo obtain your IBM Cloudability API key visit https://app.apptio.com/cloudability#/settings/preferences under the section **Cloudability API** select **Enable API** which will generate an api key. If you don't have a Cloudability account start your tree trial now: https://www.apptio.com/products/cloudability/#cldy-trial.",
20+
"long_description": "Simplify your IBM Cloud Account onboarding to IBM Cloudability with this deployable architecture. Only an IBM Cloud IAM Api Key and Cloudability API key are required. This deployable architecture will take care of all of the necessary steps to get your IBM Cloud billing data into IBM Cloudability. This includes the following:\n\n1. Creating Key Protect Encrypted COS Buckets to store your daily billing snapshots.\n2. Setup writing of billing snapshots to the COS Bucket.\n3. Grant IBM Cloudability access to read from the COS buckets\n4. Add your IBM Cloud account to Cloudability and run access verification from Cloudability.\n\nYour IBM Cloud billing data will begin showing up in IBM Cloudability the next day. \nTo obtain your IBM Cloudability API key visit https://app.apptio.com/cloudability#/settings/preferences under the section **Cloudability API** select **Enable API** which will generate an api key. If you don't have a Cloudability account start your tree trial now: https://www.apptio.com/products/cloudability/#cldy-trial.",
2121
"provider_name": "IBM",
2222
"offering_docs_url": "https://cloud.ibm.com/docs/billing-usage?topic=billing-usage-exporting-your-usage",
23-
"offering_icon_url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-cloudability-onboarding/main/images/Apptio_logo.svg",
23+
"offering_icon_url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-cloudability-onboarding/refs/heads/main/images/Apptio_logo.svg",
2424
"features": [
2525
{
2626
"title": "Daily exports of your cloud billing reports to a COS Bucket",
@@ -94,9 +94,7 @@
9494
"diagram": {
9595
"caption": "All inclusive Cloudability Onboarding",
9696
"type": "image/svg+xml",
97-
"url_proxy": {
98-
"url": "https://github.com/terraform-ibm-modules/terraform-ibm-cloudability-onboarding/blob/main/reference-architecture/cloudability-all-inclusive-onboarding.svg"
99-
}
97+
"url": "https://github.com/terraform-ibm-modules/terraform-ibm-cloudability-onboarding/blob/main/reference-architecture/cloudability-all-inclusive-onboarding.svg"
10098
},
10199
"description": "Billing exports are written to a Key Protect encrypted COS bucket. IBM Cloudability is granted access to read from this bucket to add ibm cloud billing reports daily. Key Protect and Cloud Object Storage are created in your desired region and resource group. Optionally, configure retention and archiving of the data in your bucket and enable monitoring and auditing to your cloud object storage bucket."
102100
}

0 commit comments

Comments
 (0)