Skip to content

Commit

Permalink
Update for module 5.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Lheureux committed Mar 21, 2023
1 parent 56de407 commit 75eb19d
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 18 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-preview:1.3.4-2211.231309
image: aztfmod/rover-preview:1.3.9-2303.090804
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-preview:1.3.4-2211.231309
image: aztfmod/rover-preview:1.3.9-2303.090804
options: --user 0

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

container:
image: aztfmod/rover-preview:1.3.4-2211.231309
image: aztfmod/rover-preview:1.3.9-2303.090804
options: --user 0

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

container:
image: aztfmod/rover-preview:1.3.4-2211.231309
image: aztfmod/rover-preview:1.3.9-2303.090804
options: --user 0

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

container:
image: aztfmod/rover-preview:1.3.4-2211.231309
image: aztfmod/rover-preview:1.3.9-2303.090804
options: --user 0

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

container:
image: aztfmod/rover-preview:1.3.4-2211.231309
image: aztfmod/rover-preview:1.3.9-2303.090804
options: --user 0

steps:
Expand Down
5 changes: 0 additions & 5 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion aztfmod
Submodule aztfmod deleted from 6cf965
3 changes: 2 additions & 1 deletion caf_launchpad/dynamic_secrets.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

module "dynamic_keyvault_secrets" {
source = "../aztfmod/modules/security/dynamic_keyvault_secrets"
source = "aztfmod/caf/azurerm//modules/security/dynamic_keyvault_secrets"
version = "5.6.6"

for_each = try(var.dynamic_keyvault_secrets, {})

Expand Down
3 changes: 2 additions & 1 deletion caf_launchpad/landingzone.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module "launchpad" {
source = "../aztfmod"
source = "aztfmod/caf/azurerm"
version = "5.6.6"

providers = {
azurerm.vhub = azurerm.vhub
Expand Down
2 changes: 1 addition & 1 deletion caf_launchpad/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ terraform {
version = "~> 1.2.0"
}
}
required_version = ">= 1.1.0"
required_version = ">= 1.3.0"
}


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

for_each = {
for keyvault_key, secrets in try(var.dynamic_keyvault_secrets, {}) : keyvault_key => {
Expand Down
3 changes: 2 additions & 1 deletion caf_solution/landingzone.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module "solution" {
source = "../aztfmod"
source = "aztfmod/caf/azurerm"
version = "5.6.6"

providers = {
azurerm.vhub = azurerm.vhub
Expand Down
2 changes: 1 addition & 1 deletion caf_solution/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ terraform {
version = "~> 1.2.0"
}
}
required_version = ">= 1.1.0"
required_version = ">= 1.3.0"
}

provider "azuread" {
Expand Down

0 comments on commit 75eb19d

Please sign in to comment.