Skip to content

Conversation

@RiadhJouini
Copy link
Contributor

Description

Added a full chain of deploy - resource group - workload protection - app config - config aggregator - trusted profiles and trusted profile templates.

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.

@ctolon22
Copy link

ctolon22 commented Apr 7, 2025

Dropped a few comments, let's also add a README.md to explain the flow of this example

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.

See comments. I guess this depends on other PRs to be merged first. I assume the new example can only be run on an enterprise account? If so, can you rename the example: complete -> enterprise

}

module "scc_wp_config_aggregator" {
source = "terraform-ibm-modules/scc-wp-config-aggregator/ibm"
Copy link
Contributor

Choose a reason for hiding this comment

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

This syntax is wrong for using a submodule. And you should add the version too

Copy link
Contributor Author

Choose a reason for hiding this comment

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

let's check the submodule syntax together

Choose a reason for hiding this comment

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

revert this change. You are removing it

Choose a reason for hiding this comment

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

revert this change. You are removing it

}

module "trusted_profiles" {
source = "../../../terraform-ibm-trusted-profile/examples/enterprise"

Choose a reason for hiding this comment

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

we'll fix this references once we have clarity from IBM experts


}
module "config_aggregator" {
source = "../../../terraform-ibm-app-configuration/modules/config_aggregator"

Choose a reason for hiding this comment

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

we'll fix this references once we have clarity from IBM experts

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.

Few more comments, but there may be more required changes after the trusted profile PR is merged

@ocofaigh
Copy link
Contributor

/run pipeline

@ocofaigh ocofaigh merged commit be98644 into terraform-ibm-modules:main Apr 17, 2025
2 checks passed
@terraform-ibm-modules-ops
Copy link
Contributor

🎉 This PR is included in version 1.5.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants