Skip to content

Commit

Permalink
feat: python stack deploy script (alpha) (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-butler-irl authored May 13, 2024
1 parent 4531c24 commit 53f72fb
Show file tree
Hide file tree
Showing 4 changed files with 969 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "go.sum|^.secrets.baseline$",
"lines": null
},
"generated_at": "2024-05-08T11:42:40Z",
"generated_at": "2024-05-13T09:55:01Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down
23 changes: 23 additions & 0 deletions sample_deploy_config.json
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"
}
}
Loading

0 comments on commit 53f72fb

Please sign in to comment.