Skip to content

Commit

Permalink
Update Terraform to version 1.0.6 (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chambras authored Sep 20, 2021
1 parent ed75cac commit ff7264a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.5
ARG AZURERM_VERSION=2.73.0
ARG TERRAFORM_VERSION=1.0.6
ARG AZURERM_VERSION=2.76.0
ARG RANDOM_VERSION=3.1.0
ARG TIME_VERSION=0.7.2
ARG TFLINT_VERSION=0.31.0
ARG TFLINT_AZURERM=0.12.0
ARG TFLINT_VERSION=0.32.1
ARG TFLINT_AZURERM=0.13.1

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

# Update distro (software-properties-common installs the add-apt-repository command)
RUN apt-get update \
Expand Down
4 changes: 2 additions & 2 deletions 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.73.0"
version = "= 2.76.0"
}
random = {
source = "hashicorp/random"
Expand Down Expand Up @@ -564,4 +564,4 @@ module "tier2-policy-assignment" {
laws_instance_id = azurerm_log_analytics_workspace.laws.workspace_id
environment = var.tf_environment # Example "usgovernment"
log_analytics_workspace_resource_id = azurerm_log_analytics_workspace.laws.id
}
}
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.73.0"
version = "= 2.76.0"
}
}
}
Expand Down

0 comments on commit ff7264a

Please sign in to comment.