generated from terraform-ibm-modules/stack-ibm-template
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: python stack deploy script (alpha) (#76)
- Loading branch information
1 parent
4531c24
commit 53f72fb
Showing
4 changed files
with
969 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"project_name": "<YOUR PROJECT NAME HERE>", | ||
"stack_name": "<YOUR STACK NAME HERE>", | ||
"stack_api_key_env": "IBMCLOUD_API_KEY", | ||
"config_order": [ | ||
"1 - Account Infrastructure Base", | ||
"2a - Security Service - Key Management", | ||
"2b - Security Service - Secret Manager", | ||
"2c - Security Service - Security Compliance Center", | ||
"3 - Observability - Logging Monitoring Activity Tracker", | ||
"4 - WatsonX SaaS services", | ||
"5 - Sample RAG app - Application Lifecycle Management", | ||
"6 - Sample RAG app configuration" | ||
], | ||
"stack_inputs": { | ||
"prefix": "<YOUR PREFIX HERE>", | ||
"ibmcloud_api_key": "API_KEY", | ||
"resource_group_name": "<YOUR RESOURCE GROUP NAME HERE>", | ||
"region": "us-south", | ||
"signing_key": "<YOUR SIGNING KEY HERE>", | ||
"secret_manager_service_plan": "trial" | ||
} | ||
} |
Oops, something went wrong.