Skip to content

Commit

Permalink
[VDEVOPS-000]: Update providers management
Browse files Browse the repository at this point in the history
Signed-off-by: adobrodey <[email protected]>
  • Loading branch information
ADobrodey committed Mar 25, 2024
1 parent f376474 commit 2471b89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN wget --quiet -O /tmp/terraform.zip \
#=======================================
# Terragrunt install
#=======================================
ENV TERRAGRUNT_VERSION=0.55.18
ENV TERRAGRUNT_VERSION=0.55.19
RUN wget --quiet -O /tmp/terragrunt \
"https://github.com/gruntwork-io/terragrunt/releases/download/v${TERRAGRUNT_VERSION}/terragrunt_linux_amd64" \
&& chmod +x /tmp/terragrunt \
Expand Down
6 changes: 0 additions & 6 deletions terraform/terraform.rc
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,4 @@ provider_installation {
"*/*/*"
]
}
direct {
exclude = [
"*/*",
"*/*/*"
]
}
}

0 comments on commit 2471b89

Please sign in to comment.