Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
2efc0d6
VPC Landingzone and SAP HANA in one click
tripan27 Sep 25, 2025
d61b9cd
feat: VPC Landing Zone and SAP HANA one-click deployment(address code…
tripan27 Sep 25, 2025
5198c78
refactor: vars
surajsbharadwaj Sep 25, 2025
2a7d7e1
Revert "refactor: vars"
surajsbharadwaj Sep 25, 2025
9eb4888
refactor: fix catalog json, reorg vars, remove dns var, invalid count…
surajsbharadwaj Sep 26, 2025
c19115a
chore: code change only for sap-ready-to-go, pending (sap-s4hana-bw4h…
tripan27 Oct 7, 2025
e0f453a
Update modules/pi-sap-system-type1/main.tf
tripan27 Oct 7, 2025
807f05d
Update modules/pi-sap-system-type1/main.tf
tripan27 Oct 7, 2025
25492f4
Update modules/pi-sap-system-type1/main.tf
tripan27 Oct 7, 2025
d90bc6f
Update modules/pi-sap-system-type1/main.tf
tripan27 Oct 7, 2025
1155c56
Update modules/pi-sap-system-type1/main.tf
tripan27 Oct 7, 2025
ce733b2
Update modules/pi-sap-system-type1/main.tf
tripan27 Oct 7, 2025
ec35565
chore: new end to end solution for sap
tripan27 Oct 10, 2025
9f56e80
chore: new end to end solution for sap
tripan27 Oct 10, 2025
c28fe9a
chore: refer arch updated
tripan27 Oct 10, 2025
865ea8b
chore: fix cra
surajsbharadwaj Oct 10, 2025
49568d6
chore: remove comments
surajsbharadwaj Oct 10, 2025
9b6c464
chore: cleanup
surajsbharadwaj Oct 10, 2025
50a8d21
chore: fix cra
surajsbharadwaj Oct 10, 2025
0b6be31
chore: fix cra prefix
surajsbharadwaj Oct 10, 2025
aa47079
chore(deps): update dependencies
terraform-ibm-modules-ops Oct 11, 2025
736b593
chore: fix cra ansible
surajsbharadwaj Oct 11, 2025
5236b9a
Merge branch 'main' into vpc-and-sap
surajsbharadwaj Oct 11, 2025
30c0cf8
chore: common dev assets
surajsbharadwaj Oct 11, 2025
7818935
chore: update var description
surajsbharadwaj Oct 11, 2025
5a212e1
chore: update var description
surajsbharadwaj Oct 11, 2025
3f231dd
fix: validaion for prefix
surajsbharadwaj Oct 11, 2025
84c1749
fix: validaion for prefix to use lowercase
surajsbharadwaj Oct 11, 2025
2f2873b
fix: refixes, depends_on
surajsbharadwaj Oct 11, 2025
d564833
fix: target ips
surajsbharadwaj Oct 11, 2025
a14824e
fix: validation regex
surajsbharadwaj Oct 11, 2025
5ee6c55
fix: add depends_on
surajsbharadwaj Oct 11, 2025
9354901
chore: change region
surajsbharadwaj Oct 11, 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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
call-terraform-ci-pipeline:
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-terraform-module-ci-v2.yml@v1.22.5
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-terraform-module-ci-v2.yml@v1.23.2
secrets: inherit
with:
craSCCv2: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
call-terraform-release-pipeline:
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-release.yml@v1.22.5
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-release.yml@v1.23.2
secrets: inherit
Loading