Skip to content

Commit

Permalink
Update Terraform to version 1.0.5 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chambras authored Aug 31, 2021
1 parent b3fd458 commit d512bb6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ FROM ubuntu:20.04
ENV DEBIAN_FRONTEND=noninteractive

# Terraform, providers and tflint versions
ARG TERRAFORM_VERSION=1.0.4
ARG AZURERM_VERSION=2.71.0
ARG TERRAFORM_VERSION=1.0.5
ARG AZURERM_VERSION=2.73.0
ARG RANDOM_VERSION=3.1.0
ARG TIME_VERSION=0.7.2
ARG TFLINT_VERSION=0.30.0
ARG TFLINT_AZURERM=0.11.0
ARG TFLINT_VERSION=0.31.0
ARG TFLINT_AZURERM=0.12.0

# Azure CLI version
ARG AZURE_CLI_VERSION=2.27.0-1~focal
ARG AZURE_CLI_VERSION=2.27.2-1~focal

# Update distro (software-properties-common installs the add-apt-repository command)
RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion src/terraform/mlz/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "= 2.71.0"
version = "= 2.73.0"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion src/terraform/tier3/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "= 2.71.0"
version = "= 2.73.0"
}
}
}
Expand Down

0 comments on commit d512bb6

Please sign in to comment.