diff --git a/.devcontainer/docker-compose.yml b/.devcontainer/docker-compose.yml index f277c251..ce4d97d6 100644 --- a/.devcontainer/docker-compose.yml +++ b/.devcontainer/docker-compose.yml @@ -6,7 +6,7 @@ version: '3.7' services: rover: - image: aztfmod/rover:1.1.3-2201.2104 + image: aztfmod/rover:1.1.3-2201.2106 user: vscode labels: diff --git a/.github/workflows/landingzones-tf100.yml b/.github/workflows/landingzones-tf100.yml index 5a87d5af..ed53e56d 100644 --- a/.github/workflows/landingzones-tf100.yml +++ b/.github/workflows/landingzones-tf100.yml @@ -39,7 +39,7 @@ jobs: random_length: ['5'] container: - image: aztfmod/rover-preview:1.1.3-2201.190325 + image: aztfmod/rover:1.1.3-2201.2106 options: --user 0 steps: @@ -92,7 +92,7 @@ jobs: ] container: - image: aztfmod/rover-preview:1.1.3-2201.190325 + image: aztfmod/rover:1.1.3-2201.2106 options: --user 0 steps: @@ -135,7 +135,7 @@ jobs: random_length: ['5'] container: - image: aztfmod/rover-preview:1.1.3-2201.190325 + image: aztfmod/rover:1.1.3-2201.2106 options: --user 0 steps: @@ -186,7 +186,7 @@ jobs: ] container: - image: aztfmod/rover-preview:1.1.3-2201.190325 + image: aztfmod/rover:1.1.3-2201.2106 options: --user 0 steps: @@ -228,7 +228,7 @@ jobs: random_length: ['5'] container: - image: aztfmod/rover-preview:1.1.3-2201.190325 + image: aztfmod/rover:1.1.3-2201.2106 options: --user 0 steps: diff --git a/.github/workflows/landingzones-tf15.yml b/.github/workflows/landingzones-tf15.yml index 0ea7e585..4722c3c4 100644 --- a/.github/workflows/landingzones-tf15.yml +++ b/.github/workflows/landingzones-tf15.yml @@ -33,7 +33,7 @@ jobs: random_length: ['5'] container: - image: aztfmod/rover-preview:0.15.5-2201.190325 + image: aztfmod/rover:0.15.5-2201.2106 options: --user 0 steps: @@ -86,7 +86,7 @@ jobs: ] container: - image: aztfmod/rover-preview:0.15.5-2201.190325 + image: aztfmod/rover:0.15.5-2201.2106 options: --user 0 steps: @@ -129,7 +129,7 @@ jobs: random_length: ['5'] container: - image: aztfmod/rover-preview:0.15.5-2201.190325 + image: aztfmod/rover:0.15.5-2201.2106 options: --user 0 steps: @@ -180,7 +180,7 @@ jobs: ] container: - image: aztfmod/rover-preview:0.15.5-2201.190325 + image: aztfmod/rover:0.15.5-2201.2106 options: --user 0 steps: @@ -222,7 +222,7 @@ jobs: random_length: ['5'] container: - image: aztfmod/rover-preview:0.15.5-2201.190325 + image: aztfmod/rover:0.15.5-2201.2106 options: --user 0 steps: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c98ea866..5b8d832d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See http://pre-commit.com/hooks.html for more hooks repos: - repo: git://github.com/antonbabenko/pre-commit-terraform - rev: v1.59.0 + rev: v1.62.3 hooks: - id: terraform_fmt - id: terraform_docs @@ -10,7 +10,7 @@ repos: # - id: terraform_validate # - id: terraform_tfsec - repo: git://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.1.0 hooks: - id: check-merge-conflict - id: trailing-whitespace diff --git a/rover_on_ssh_host.yml b/rover_on_ssh_host.yml index bd9e1dad..958a7824 100644 --- a/rover_on_ssh_host.yml +++ b/rover_on_ssh_host.yml @@ -11,7 +11,7 @@ version: '3.7' services: rover: - image: aztfmod/rover-preview:1.1.3-2201.190325 + image: aztfmod/rover:1.1.3-2201.2106 user: vscode