From 8af9d29b07a292c3ffc9fe24e35346778d1aeadb Mon Sep 17 00:00:00 2001 From: Charlotte Anderson Date: Thu, 1 Aug 2024 10:52:39 +0100 Subject: [PATCH] FRO-11 automation-runbook is also used in the automation workload change to test the workload --- modules/automation-runbook/CHANGELOG.md | 1 + modules/automation-runbook/README.md | 4 ++-- modules/automation-runbook/src/terraform.tf | 2 +- modules/automation-runbook/test/terraform.tf | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/automation-runbook/CHANGELOG.md b/modules/automation-runbook/CHANGELOG.md index 825c32f..bb5af88 100644 --- a/modules/automation-runbook/CHANGELOG.md +++ b/modules/automation-runbook/CHANGELOG.md @@ -1 +1,2 @@ # Changelog +TF and azurerm version update to 1.9.3 and 3.113 respectively diff --git a/modules/automation-runbook/README.md b/modules/automation-runbook/README.md index 838685c..8f88252 100644 --- a/modules/automation-runbook/README.md +++ b/modules/automation-runbook/README.md @@ -6,7 +6,7 @@ This module creates an [Automation Runbook](https://registry.terraform.io/provid ```hcl module "automation_runbook" { - source = "https://github.com/gofrontier-com/azurerm-terraform-modules/releases/download/automation-runbook/[VERSION]/module.tar.gz//src" + source = "https://github.com/frontierhq/azurerm-terraform-modules/releases/download/automation-runbook/[VERSION]/module.tar.gz//src" environment = "con" identifier = "deallocatefirewall" @@ -30,4 +30,4 @@ _None._ ## Contributing -See . +See . diff --git a/modules/automation-runbook/src/terraform.tf b/modules/automation-runbook/src/terraform.tf index 762ef2e..ec41178 100644 --- a/modules/automation-runbook/src/terraform.tf +++ b/modules/automation-runbook/src/terraform.tf @@ -1,5 +1,5 @@ terraform { - required_version = "~> 1.5" + required_version = "~> 1.9" required_providers { azurerm = { diff --git a/modules/automation-runbook/test/terraform.tf b/modules/automation-runbook/test/terraform.tf index 762ef2e..ec41178 100644 --- a/modules/automation-runbook/test/terraform.tf +++ b/modules/automation-runbook/test/terraform.tf @@ -1,5 +1,5 @@ terraform { - required_version = "~> 1.5" + required_version = "~> 1.9" required_providers { azurerm = {