Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
f65bba6
feat: added support for creating service credentials with private end…
Sep 23, 2025
4d3804b
Merge branch 'main' into issue_15578
Khuzaima05 Sep 29, 2025
eb3e79a
updated fscloud example
Sep 29, 2025
746f644
resolve review comments
Sep 30, 2025
17e665b
minor fix
Sep 30, 2025
0ba37b1
Merge branch 'main' into issue_15578
Khuzaima05 Oct 6, 2025
0ae76cc
Merge branch 'main' into issue_15578
Khuzaima05 Oct 14, 2025
9135acf
Merge branch 'main' into issue_15578
Khuzaima05 Oct 27, 2025
1dbb86d
updated PR
Oct 27, 2025
52c7d7b
minor fix
Oct 27, 2025
0af001d
Update ibm_catalog.json
Khuzaima05 Oct 28, 2025
507779c
Update ibm_catalog.json
Khuzaima05 Oct 28, 2025
b5cc025
Merge branch 'main' into issue_15578
Ak-sky Oct 28, 2025
622c9ec
Merge branch 'main' into issue_15578
Khuzaima05 Oct 31, 2025
be8423e
Merge branch 'main' into issue_15578
Khuzaima05 Oct 31, 2025
bd81578
resolve review comments
Nov 3, 2025
5fb2618
Merge branch 'main' into issue_15578
Khuzaima05 Nov 10, 2025
340a7e0
Merge branch 'main' into issue_15578
Nov 10, 2025
306b3b7
added moved block
Nov 10, 2025
2a0f025
Merge remote-tracking branch 'origin/issue_15578' into issue_15578
Nov 10, 2025
e9dd681
fix pre-commit
Nov 10, 2025
88383ba
Update variables.tf
Khuzaima05 Nov 10, 2025
b0cd0e4
resolve review comments
Nov 10, 2025
815df4c
fix pre-commit
Nov 10, 2025
ec9f3f0
minor fix
Nov 11, 2025
9d3480a
resolve review comments
Nov 11, 2025
d595064
Merge branch 'main' into issue_15578
Khuzaima05 Nov 12, 2025
3f6bb4e
remove moved block
Nov 12, 2025
b6a40a0
updated description
Nov 12, 2025
355eab1
resolve review comments
Nov 13, 2025
a1c84ad
resolve comments
Nov 13, 2025
f8eb3b7
updated custom_config
Nov 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,11 @@
"type": "code_editor",
"grouping": "deployment",
"original_grouping": "deployment"
},
"config_constraints": {
"supportedLanguages": [
"hcl"
]
}
},
{
Expand Down Expand Up @@ -751,6 +756,11 @@
"type": "code_editor",
"grouping": "deployment",
"original_grouping": "deployment"
},
"config_constraints": {
"supportedLanguages": [
"hcl"
]
}
},
{
Expand Down