Skip to content

Commit

Permalink
[VDEVOPS-000] Upgrade providers
Browse files Browse the repository at this point in the history
Signed-off-by: adobrodey <[email protected]>
  • Loading branch information
ADobrodey committed Feb 28, 2024
1 parent a80e18d commit d873024
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ COPY --from=awscli /aws-cli-bin/ /usr/local/bin/
#=======================================
# Terraform install
#=======================================
ARG TERRAFORM_VERSION=1.7.0
ARG TERRAFORM_VERSION=1.7.4
ENV TERRAFORM_VERSION=$TERRAFORM_VERSION
RUN wget --quiet -O /tmp/terraform.zip \
"https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip" \
Expand All @@ -81,7 +81,7 @@ RUN wget --quiet -O /tmp/terraform.zip \
#=======================================
# Terragrunt install
#=======================================
ENV TERRAGRUNT_VERSION=0.54.22
ENV TERRAGRUNT_VERSION=0.55.10
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
16 changes: 8 additions & 8 deletions terraform/providers.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
hashicorp:archive:2.4.2
oboukili:argocd:6.0.3
hashicorp:aws:5.35.0
hashicorp:aws:5.38.0
hashicorp:cloudinit:2.3.3
confluentinc:confluent:1.61.0
datadog:datadog:3.36.0
hashicorp:external:2.3.2
integrations:github:5.42.0
grafana:grafana:2.11.0
confluentinc:confluent:1.63.0
datadog:datadog:3.36.1
hashicorp:external:2.3.3
integrations:github:6.0.0
grafana:grafana:2.12.1
hashicorp:helm:2.12.1
loafoe:htpasswd:1.0.4
hashicorp:http:3.4.1
hashicorp:kubernetes:2.25.2
hashicorp:kubernetes:2.26.0
hashicorp:local:2.4.1
mongodb:mongodbatlas:1.15.1
hashicorp:null:3.2.2
hashicorp:random:3.6.0
spotinst:spotinst:1.162.0
hashicorp:time:0.10.0
hashicorp:tls:4.0.5
hashicorp:vault:3.24.0
hashicorp:vault:3.25.0

0 comments on commit d873024

Please sign in to comment.