-
Notifications
You must be signed in to change notification settings - Fork 5
feat: update names of stacks #37
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comments
@@ -88,14 +88,44 @@ | |||
"value": "ref:../../inputs/prefix" | |||
} | |||
], | |||
"name": "1 - core-security-services-kms", | |||
"name": "1 - Key Protect", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 - Key management
"value": "ref:../../inputs/region" | ||
} | ||
], | ||
"name": "2 - IBM Cloud Logs", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where are you getting this from? Cloud logs is not even publicly available yet. As per Allen's comment in the issue, got with 2 - Logging, monitoring, activity tracking
{ | ||
"inputs": [ | ||
{ | ||
"name": "resource_group_name", | ||
"value": "ref:../../members/1 - core-security-services-kms/outputs/resource_group_name" | ||
"value": "ref:../../members/1 - Key Protect/outputs/resource_group_name" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Key management
@@ -107,7 +137,7 @@ | |||
}, | |||
{ | |||
"name": "existing_kms_instance_crn", | |||
"value": "ref:../../members/1 - core-security-services-kms/outputs/key_protect_crn" | |||
"value": "ref:../../members/1 - Key Protect/outputs/key_protect_crn" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Key management
{ | ||
"inputs": [ | ||
{ | ||
"name": "resource_group_name", | ||
"value": "ref:../../members/1 - core-security-services-kms/outputs/resource_group_name" | ||
"value": "ref:../../members/1 - Key Protect/outputs/resource_group_name" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Key management
}, | ||
{ | ||
"name": "existing_en_crn", | ||
"value": "ref:../../members/2 - core-security-services-en/outputs/crn" | ||
"value": "ref:../../members/2 - IBM Cloud Logs/outputs/crn" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 - Logging, monitoring, activity tracking
@@ -207,21 +207,21 @@ | |||
}, | |||
{ | |||
"name": "existing_en_crn", | |||
"value": "ref:../../members/2 - core-security-services-en/outputs/crn" | |||
"value": "ref:../../members/2 - IBM Cloud Logs/outputs/crn" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 - Logging, monitoring, activity tracking
}, | ||
{ | ||
"name": "existing_event_notification_instance_crn", | ||
"value": "ref:../../members/2 - core-security-services-en/outputs/crn" | ||
"value": "ref:../../members/2 - IBM Cloud Logs/outputs/crn" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 - Logging, monitoring, activity tracking
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.09aeab5e-2f02-4a86-a281-844fa19d969d-global" | ||
}, | ||
{ | ||
"inputs": [ | ||
{ | ||
"name": "resource_group_name", | ||
"value": "ref:../../members/1 - core-security-services-kms/outputs/resource_group_name" | ||
"value": "ref:../../members/1 - Key Protect/outputs/resource_group_name" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Key management
@@ -237,11 +237,11 @@ | |||
}, | |||
{ | |||
"name": "existing_kms_instance_crn", | |||
"value": "ref:../../members/1 - core-security-services-kms/outputs/key_protect_crn" | |||
"value": "ref:../../members/1 - Key Protect/outputs/key_protect_crn" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Key management
Description
update member names
#34
Release required?
x.x.X
)x.X.x
)X.x.x
)Release notes content
Run the pipeline
If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.
Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:
Checklist for reviewers
For mergers