generated from terraform-ibm-modules/terraform-ibm-module-template
-
Notifications
You must be signed in to change notification settings - Fork 3
refactor: Improve User experience #254
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
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
873f34d
refactor: Improve User experience
mukulpalit-ibm bbb518a
update iam permissions
mukulpalit-ibm 59d2ff2
update iam permissions
mukulpalit-ibm 9026d09
PR changes
mukulpalit-ibm 80d71e4
Update notes for catalog
mukulpalit-ibm 6d1ebdf
Update depends on
mukulpalit-ibm 32d72a4
Update virtual variables
mukulpalit-ibm 20ad5d0
update description
mukulpalit-ibm 08f828b
Merge branch 'main' into 14186-improve-user-experience
mukulpalit-ibm f4dc54d
update description
mukulpalit-ibm 02a31e5
restore workaround
mukulpalit-ibm b775722
Merge branch 'main' into 14186-improve-user-experience
mukulpalit-ibm 3de4261
Merge branch 'main' into 14186-improve-user-experience
mukulpalit-ibm 1bb12c2
restore Observability
mukulpalit-ibm 369aab9
restore Observability
mukulpalit-ibm 7c27820
PR changes
mukulpalit-ibm 40a77ba
new region
mukulpalit-ibm 8364462
PR changes
mukulpalit-ibm fb3ede5
Merge branch 'main' into 14186-improve-user-experience
mukulpalit-ibm 2264a49
PR changes
mukulpalit-ibm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,3 @@ | ||
| # Cloud automation for App Configuration | ||
|
|
||
| [](https://cloud.ibm.com/catalog/7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3/architecture/deploy-arch-ibm-apprapp-045c1169-d15a-4046-ae81-aa3d3348421f-global) | ||
|
|
||
| This solution supports provisioning and configuring the following infrastructure: | ||
|
|
||
| - App Config instance and collections | ||
| - Optional context-based restrictions (CBR) | ||
| - Configuration aggregator | ||
| # Cloud automation for App Configuration (Fully configurable) | ||
|
|
||
| :exclamation: **Important:** This solution is not intended to be called by other modules because it contains a provider configuration and is not compatible with the `for_each`, `count`, and `depends_on` arguments. For more information, see [Providers Within Modules](https://developer.hashicorp.com/terraform/language/modules/develop/providers). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| provider "ibm" { | ||
| ibmcloud_api_key = var.ibmcloud_api_key | ||
| region = var.region | ||
| visibility = var.provider_visibility | ||
| ibmcloud_api_key = var.ibmcloud_api_key | ||
| region = var.region | ||
| visibility = var.provider_visibility | ||
| private_endpoint_type = (var.provider_visibility == "private" && var.region == "ca-mon") ? "vpe" : null | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.