Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #513 from Azure/AL-5.7.8
Browse files Browse the repository at this point in the history
Module 5.7.8
  • Loading branch information
arnaudlh authored Jan 17, 2024
2 parents 6102521 + 927eea7 commit 16e12fe
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
version: '3.7'
services:
rover:
image: aztfmod/rover:1.6.4-2311.2003
image: aztfmod/rover:1.6.6-2401.0402
user: vscode

labels:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/landingzones-tf100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
random_length: ['5']

container:
image: aztfmod/rover:1.6.4-2311.2003
image: aztfmod/rover:1.6.6-2401.0402
options: --user 0

steps:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
]

container:
image: aztfmod/rover:1.6.4-2311.2003
image: aztfmod/rover:1.6.6-2401.0402
options: --user 0

steps:
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
random_length: ['5']

container:
image: aztfmod/rover:1.6.4-2311.2003
image: aztfmod/rover:1.6.6-2401.0402
options: --user 0

steps:
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
]

container:
image: aztfmod/rover:1.6.4-2311.2003
image: aztfmod/rover:1.6.6-2401.0402
options: --user 0

steps:
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
random_length: ['5']

container:
image: aztfmod/rover:1.6.4-2311.2003
image: aztfmod/rover:1.6.6-2401.0402
options: --user 0

steps:
Expand Down
2 changes: 1 addition & 1 deletion caf_launchpad/dynamic_secrets.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

module "dynamic_keyvault_secrets" {
source = "aztfmod/caf/azurerm//modules/security/dynamic_keyvault_secrets"
version = "5.7.7"
version = "5.7.8"

for_each = try(var.dynamic_keyvault_secrets, {})

Expand Down
2 changes: 1 addition & 1 deletion caf_launchpad/landingzone.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "launchpad" {
source = "aztfmod/caf/azurerm"
version = "5.7.7"
version = "5.7.8"
# source = "git::https://github.com/aztfmod/terraform-azurerm-caf.git?ref=main"

providers = {
Expand Down
2 changes: 1 addition & 1 deletion caf_solution/dynamic_secrets.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "dynamic_keyvault_secrets" {
source = "aztfmod/caf/azurerm//modules/security/dynamic_keyvault_secrets"
version = "5.7.7"
version = "5.7.8"

for_each = {
for keyvault_key, secrets in try(var.dynamic_keyvault_secrets, {}) : keyvault_key => {
Expand Down
2 changes: 1 addition & 1 deletion caf_solution/landingzone.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "solution" {
source = "aztfmod/caf/azurerm"
version = "5.7.7"
version = "5.7.8"
# source = "git::https://github.com/aztfmod/terraform-azurerm-caf.git?ref=main"

providers = {
Expand Down
2 changes: 1 addition & 1 deletion rover_on_ssh_host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
version: '3.7'
services:
rover:
image: aztfmod/rover:1.6.4-2311.2003
image: aztfmod/rover:1.6.6-2401.0402

user: vscode

Expand Down

0 comments on commit 16e12fe

Please sign in to comment.