This repository was archived by the owner on Jan 22, 2024. It is now read-only.
generated from terraform-ibm-modules/terraform-ibm-module-template
- Notifications
You must be signed in to change notification settings - Fork 0
feat: initial commit #1
Merged
Merged
Changes from 1 commit
Commits
Show all changes
23 commits Select commit Hold shift + click to select a range
a440e4a feat: initial commit
Aayush-Abhyarthi bde7da7 feat: initial commit
Aayush-Abhyarthi 1248336 feat: initial commit
Aayush-Abhyarthi a000a9e feat: initial commit
Aayush-Abhyarthi 8d23b56 fix: few fixes
Aashiq-J 1fd2641 fix: resolved comments
Aayush-Abhyarthi aa70c84 Merge branch 'main' into migrate-to-tim
Aayush-Abhyarthi 2b6194c fix: resolved comments
Aayush-Abhyarthi f3e976a fix: resolved comments
Aayush-Abhyarthi c1164d9 Merge branch 'migrate-to-tim' of https://github.com/terraform-ibm-mod…
Aayush-Abhyarthi 7fdb9ae fix: comments resolved
91a5a63 fix: cra file location
Aashiq-J c9a83eb fix: revert the ghe_instance
Aashiq-J bf30105 fix: resolved comments
Aayush-Abhyarthi c4356ce fix: auth policy logic update
Aayush-Abhyarthi 04c3d5b Merge branch 'main' into migrate-to-tim
Aayush-Abhyarthi 52913fe fix: resolve conflicts
Aayush-Abhyarthi 989cfa5 fix: resolved conflicts
Aayush-Abhyarthi cfed9f7 fix: cleanup
ocofaigh 4fc7652 ci: update ci.yml
ocofaigh bf84da6 ci: update baseline
ocofaigh b393d64 fix: add plan logic
ocofaigh 94aea42 fix: fix complete example
ocofaigh 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
fix: auth policy logic update
- Loading branch information
commit c4356cee4423bf4ae87bc91152557435bbefbba2
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
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.
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.
We have decided to go with 1 extra bool variable called
kms_encryption_enabledso that we can default theskip_iam_authorization_policyvariable tofalse. Please take a look at the changes in terraform-ibm-modules/terraform-ibm-icd-postgresql#186 and update this PR to be the same. Thanks