Skip to content

Commit

Permalink
Add AWS credentials to run tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Mar 26, 2024
1 parent 6ab0f0c commit 1f3fec0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
fail-fast: false
matrix:
terraform_version:
- "1.0"
- "1.1"
- "1.2"
- "1.3"
- "1.4"
- "1.5"
- "1.6"
- "1.7"
- "1.8-rc1"
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://opentofu.org/docs/language/settings/
terraform {
# goplicate-start:version
required_version = "~> 1.6"
required_version = "~> 1.0"
# goplicate-end:version

required_providers {
Expand Down

0 comments on commit 1f3fec0

Please sign in to comment.