-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump terraform-aws-collection from
b8b2d65
to 6c009e2
(
#43)
- Loading branch information
1 parent
247fff3
commit 0794858
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule terraform-aws-collection
updated
11 files
+4 −4 | .github/workflows/pre-commit.yaml | |
+23 −0 | .github/workflows/spec-tests.yaml | |
+67 −0 | infrastructure/README.md | |
+7 −0 | infrastructure/backend.tf | |
+57 −0 | infrastructure/main.tf | |
+0 −0 | infrastructure/outputs.tf | |
+3 −0 | infrastructure/providers.tf | |
+0 −0 | infrastructure/variables.tf | |
+15 −0 | infrastructure/versions.tf | |
+3 −2 | modules/config/README.md | |
+20 −0 | modules/config/iam.tf |