Skip to content

feat: used en latest version_locator and used cos instance created by obs d… #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Jun 13, 2024
Merged
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 16 additions & 8 deletions stack_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,19 @@
"value": "ref:../../inputs/enable_platform_logs_metrics"
}
],
"name": "3 - core-security-observability",
"name": "2 - core-security-observability",
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.dbb2626f-f6d7-498c-9a89-3a0b69997b8a-global"
},
{
"inputs": [
{
"name": "existing_cos_instance_crn",
"value": "ref:../../members/2 - core-security-observability/outputs/cos_instance_crn"
},
{
"name": "skip_cos_kms_auth_policy",
"value": true
},
{
"name": "kms_endpoint_url",
"value": "ref:../../members/1 - core-security-services-kms/outputs/kp_private_endpoint"
Expand All @@ -160,8 +168,8 @@
"value": "ref:../../inputs/region"
}
],
"name": "2 - core-security-services-en",
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.32981b83-1aba-493e-be15-9c951578b1fb-global"
"name": "3 - core-security-services-en",
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.37107197-4505-442a-8ac0-406bf8927bc5-global"
},
{
"inputs": [
Expand All @@ -187,15 +195,15 @@
},
{
"name": "existing_monitoring_crn",
"value": "ref:../../members/3 - core-security-observability/outputs/cloud_monitoring_crn"
"value": "ref:../../members/2 - core-security-observability/outputs/cloud_monitoring_crn"
},
{
"name": "existing_cos_instance_crn",
"value": "ref:../../members/3 - core-security-observability/outputs/cos_instance_crn"
"value": "ref:../../members/2 - core-security-observability/outputs/cos_instance_crn"
},
{
"name": "existing_en_crn",
"value": "ref:../../members/2 - core-security-services-en/outputs/crn"
"value": "ref:../../members/3 - core-security-services-en/outputs/crn"
},
{
"name": "kms_endpoint_type",
Expand All @@ -207,7 +215,7 @@
},
{
"name": "existing_en_crn",
"value": "ref:../../members/2 - core-security-services-en/outputs/crn"
"value": "ref:../../members/3 - core-security-services-en/outputs/crn"
},
{
"name": "scc_service_plan",
Expand Down Expand Up @@ -241,7 +249,7 @@
},
{
"name": "existing_event_notification_instance_crn",
"value": "ref:../../members/2 - core-security-services-en/outputs/crn"
"value": "ref:../../members/3 - core-security-services-en/outputs/crn"
},
{
"name": "existing_secrets_manager_crn",
Expand Down
1 change: 1 addition & 0 deletions tests/pr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ func TestProjectsFullTest(t *testing.T) {
Prefix: "cs", // setting prefix here gets a random string appended to it
ParallelDeploy: true,
})

options.StackInputs = map[string]interface{}{
"prefix": options.Prefix,
"resource_group_name": options.Prefix,
Expand Down