Skip to content

Commit

Permalink
comment out cache_plugins temp
Browse files Browse the repository at this point in the history
Signed-off-by: Rishav Dhar <[email protected]>
  • Loading branch information
rdhar committed Sep 12, 2024
1 parent 037e09f commit 828bb10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tf_sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ jobs:
arg_workspace: ${{ matrix.env }}
arg_detailed_exitcode: true
arg_or_create: true
cache_plugins: true
# cache_plugins: true
encrypt_passphrase: ${{ secrets.TF_ENCRYPTION }}
2 changes: 1 addition & 1 deletion sample/instance/providers.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 1.0"
required_version = "~> 1.8.0"

backend "s3" {
bucket = "tmp-workflow-tfstates"
Expand Down

0 comments on commit 828bb10

Please sign in to comment.