Skip to content

Conversation

@mounicatellabati
Copy link

@mounicatellabati mounicatellabati commented Nov 6, 2025

Description

Added next step URLs in DA for COS Instance, Cross regional Bucket , Regional Bucket for issue #16360.
next_step_primary_url directing to the List of buckets for the instance .
next_step_secondary_url directing to the COS documentation page.

Release required?

  • No release
  • Patch release (x.x.X)
  • Minor release (x.X.x)
  • Major release (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:

/run pipeline

Checklist for reviewers

  • If relevant, a test for the change is included or updated with this PR.
  • If relevant, documentation for the change is included or updated with this PR.

For mergers

  • Use a conventional commit message to set the release level. Follow the guidelines.
  • Include information that users need to know about the PR in the commit message. The commit message becomes part of the GitHub release notes.
  • Use the Squash and merge option.

@mounicatellabati
Copy link
Author

image image

@mounicatellabati
Copy link
Author

image image

@mounicatellabati
Copy link
Author

image image

}

output "next_step_primary_url" {
value = "https://cloud.ibm.com/objectstorage/${urlencode(var.existing_cos_instance_crn)}?paneId=manage"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mounicatellabati The URL for the cos buckets seems to be pointing to the COS instance instead of the individual target bucket.

}

output "next_step_primary_url" {
value = "https://cloud.ibm.com/objectstorage/${urlencode(var.existing_cos_instance_crn)}?paneId=manage"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above.

Copy link
Contributor

@ocofaigh ocofaigh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please stop using upper case for all the text. Uppercase should only be used at the start of a sentence, or for an official IBM Cloud service name

}

output "next_step_secondary_url" {
value = "https://cloud.ibm.com/docs/cloud-object-storage?topic=cloud-object-storage-getting-started-cloud-object-storage"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants