-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update required ibm provider version to < 1.7 (#742)
Co-authored-by: [email protected] <[email protected]>
- Loading branch information
1 parent
207e338
commit 476ae1e
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
Submodule common-dev-assets
updated
14 files
+7 −0 | .github/workflows/ci.yml | |
+19 −0 | examples/Dockerfile | |
+2 −0 | examples/Readme.md | |
+9 −0 | examples/mock_tf_code/main.tf | |
+10 −0 | examples/mock_tf_code/outputs.tf | |
+4 −0 | examples/mock_tf_code/provider.tf | |
+28 −0 | examples/mock_tf_code/variables.tf | |
+9 −0 | examples/mock_tf_code/version.tf | |
+1 −2 | module-assets/.pre-commit-config.yaml | |
+64 −63 | module-assets/ci/install-deps.sh | |
+1 −0 | tests/Readme.md | |
+3 −0 | tests/go.mod | |
+0 −0 | tests/go.sum | |
+43 −0 | tests/sample.go |
This file contains 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 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 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