generated from terraform-ibm-modules/terraform-ibm-module-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: extend the required terraform version to < 1.7 (#21)
Co-authored-by: [email protected] <[email protected]>
- Loading branch information
1 parent
9a9431d
commit 0ef33ef
Showing
6 changed files
with
6 additions
and
6 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
18 files
+7 −0 | .github/workflows/ci.yml | |
+11 −0 | common-go-assets/common-permanent-resources.yaml | |
+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 | |
+9 −6 | module-assets/.pre-commit-config.yaml | |
+1 −1 | module-assets/ci/golangci-lint.sh | |
+89 −74 | module-assets/ci/install-deps.sh | |
+8 −0 | module-assets/ci/run-tests.sh | |
+1 −1 | scripts/update-source/requirements.txt | |
+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
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