generated from terraform-ibm-modules/terraform-ibm-module-template
-
Notifications
You must be signed in to change notification settings - Fork 2
feat: scc wp cspm #225
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
feat: scc wp cspm #225
Changes from 5 commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
3645bae
feat: scc wp cspm
f750ad4
fix: update code
2c8af33
fix: address feedback
5135f8a
fix: address feedback
663df47
fix: address feedback
3b7e1ac
Merge branch 'main' into app-config
jor2 6c71bdc
fix: address feedback
30b6fbf
fix: address feedback
8c9275a
fix: address feedback
fa21b71
fix: address feedback
661199a
fix: address feedback
f6a2bfc
fix: address feedback
e09e149
Merge branch 'main' into app-config
jor2 b690bcf
fix: add mappings
fee0271
fix: add mappings
9609e2b
fix: add mappings
25f8383
fix: add mappings
eabca7d
fix: add mappings
75c8a13
fix: add mappings
2f9a129
fix: add mappings
d8fc41f
fix: add mappings
9e167f9
fix: add mappings
bba7274
fix: address feedback
2563884
fix: address feedback
65e39ba
Merge branch 'main' into app-config
jor2 151c3e1
fix: address feedback
856b7e5
fix: address feedback
f0277b8
fix: update code
9a5d627
Merge branch 'main' into app-config
jor2 17fe1a6
Merge branch 'main' into app-config
jor2 562cac3
fix: update examples
5259f3a
fix: update examples
75f9b6f
fix: update examples
41a3268
fix: update examples
527972f
fix: update examples
4143ce2
fix: update examples
26a9a7c
fix: update examples
e87069b
fix: update examples
df39929
SKIP UPGRADE TEST
dff1f40
UNSKIP UPGRADE TEST
f92e055
fix: tests
d565f74
fix: tests
c887d7a
fix: tests
812cc15
fix: tests
ab2802d
fix: address feedback
a7204d6
fix: address feedback
912f8b7
fix: address feedback
395d050
fix: address feedback
05050d7
fix: address feedback
625a544
fix: address feedback
9453aaa
fix: address feedback
26a4c3d
fix: address feedback
ee3777a
fix: address feedback
501b777
fix: address feedback
3c4560a
update addon config
ocofaigh 76fc804
fix
ocofaigh f0901c6
clean
ocofaigh 891730e
use public RC
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,3 +7,13 @@ provider "ibm" { | |
| region = var.region | ||
| visibility = var.provider_visibility | ||
| } | ||
|
|
||
| # Null resource replaced with restapi_object to enable CSPM | ||
| provider "restapi" { | ||
| uri = "https://resource-controller.cloud.ibm.com" | ||
jor2 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| headers = { | ||
| Authorization = data.ibm_iam_auth_token.auth_token.iam_access_token | ||
|
||
| "Content-Type" = "application/json" | ||
| } | ||
| write_returns_object = true | ||
| } | ||
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.