Skip to content

Commit

Permalink
Merge pull request #435 from aztfmod/AL-fix-reuse-rg
Browse files Browse the repository at this point in the history
rover updates
  • Loading branch information
arnaudlh authored May 6, 2021
2 parents 00c9d86 + d6ead56 commit 859f08d
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 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:0.15.1-2105.050153
image: aztfmod/rover:0.15.1-2105.0604
user: vscode

labels:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/master-sql-mi-tf13.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
random_length: ['5']

container:
image: aztfmod/rover:0.13.6-2104.0803
image: aztfmod/rover:0.13.7-2105.0604
options: --user 0

steps:
Expand All @@ -41,7 +41,7 @@ jobs:
with:
repository: Azure/caf-terraform-landingzones
path: public
ref: 'patch.5.3.1'
ref: '2104.3'

- name: Login azure
run: |
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
]

container:
image: aztfmod/rover:0.13.6-2104.0803
image: aztfmod/rover:0.13.7-2105.0604
options: --user 0

steps:
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
region: ["southeastasia"]

container:
image: aztfmod/rover:0.13.6-2104.0803
image: aztfmod/rover:0.13.7-2105.0604
options: --user 0

steps:
Expand All @@ -136,7 +136,7 @@ jobs:
with:
repository: Azure/caf-terraform-landingzones
path: public
ref: 'patch.5.3.1'
ref: '2104.3'

- name: Login azure
run: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/master-sql-mi-tf14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
random_length: ['5']

container:
image: aztfmod/rover:0.14.10-2104.0803
image: aztfmod/rover:0.14.11-2105.0604
options: --user 0

steps:
Expand All @@ -47,7 +47,7 @@ jobs:
with:
repository: Azure/caf-terraform-landingzones
path: public
ref: 'patch.5.3.1'
ref: '2104.3'

- name: Login azure
run: |
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
]

container:
image: aztfmod/rover:0.14.10-2104.0803
image: aztfmod/rover:0.14.11-2105.0604
options: --user 0

steps:
Expand All @@ -94,7 +94,7 @@ jobs:
with:
repository: Azure/caf-terraform-landingzones
path: public
ref: 'patch.5.3.1'
ref: '2104.3'

- name: Login azure
run: |
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
with:
repository: Azure/caf-terraform-landingzones
path: public
ref: 'patch.5.3.1'
ref: '2104.3'

- name: Login azure
run: |
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/master-sql-mi-tf15.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
random_length: ['5']

container:
image: aztfmod/rover-preview:0.15.0-rc2-2104.131343
image: aztfmod/rover:0.15.1-2105.0604
options: --user 0

steps:
Expand All @@ -41,7 +41,7 @@ jobs:
with:
repository: Azure/caf-terraform-landingzones
path: public
ref: 'patch.5.3.1'
ref: '2104.3'

- name: Login azure
run: |
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
]

container:
image: aztfmod/rover-preview:0.15.0-rc2-2104.131343
image: aztfmod/rover:0.15.1-2105.0604
options: --user 0

steps:
Expand All @@ -88,7 +88,7 @@ jobs:
with:
repository: Azure/caf-terraform-landingzones
path: public
ref: 'patch.5.3.1'
ref: '2104.3'

- name: Login azure
run: |
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
region: ["southeastasia"]

container:
image: aztfmod/rover-preview:0.15.0-rc2-2104.131343
image: aztfmod/rover:0.15.1-2105.0604
options: --user 0

steps:
Expand All @@ -136,7 +136,7 @@ jobs:
with:
repository: Azure/caf-terraform-landingzones
path: public
ref: 'patch.5.3.1'
ref: '2104.3'

- name: Login azure
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master-standalone-tf13.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
]

container:
image: aztfmod/rover:0.13.6-2104.0803
image: aztfmod/rover:0.13.7-2105.0604
options: --user 0

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master-standalone-tf14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
]

container:
image: aztfmod/rover:0.14.10-2104.0803
image: aztfmod/rover:0.14.11-2105.0604
options: --user 0

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master-standalone-tf15.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
]

container:
image: aztfmod/rover-preview:0.15.0-rc2-2104.131343
image: aztfmod/rover:0.15.1-2105.0604
options: --user 0

steps:
Expand Down

0 comments on commit 859f08d

Please sign in to comment.