Skip to content

Commit

Permalink
FRO-11 automation-runbook is also used in the automation workload cha…
Browse files Browse the repository at this point in the history
…nge to test the workload
  • Loading branch information
canderson1 committed Aug 1, 2024
1 parent 14a3e01 commit 8af9d29
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions modules/automation-runbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# Changelog
TF and azurerm version update to 1.9.3 and 3.113 respectively
4 changes: 2 additions & 2 deletions modules/automation-runbook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -30,4 +30,4 @@ _None._

## Contributing

See <https://github.com/gofrontier-com/azurerm-terraform-modules/blob/main/README.rst#contributing>.
See <https://github.com/frontierhq/azurerm-terraform-modules/blob/main/README.rst#contributing>.
2 changes: 1 addition & 1 deletion modules/automation-runbook/src/terraform.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 1.5"
required_version = "~> 1.9"

required_providers {
azurerm = {
Expand Down
2 changes: 1 addition & 1 deletion modules/automation-runbook/test/terraform.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 1.5"
required_version = "~> 1.9"

required_providers {
azurerm = {
Expand Down

0 comments on commit 8af9d29

Please sign in to comment.