Skip to content

Commit

Permalink
Merge pull request #529 from aztfmod/5.4.0
Browse files Browse the repository at this point in the history
5.4.0
  • Loading branch information
arnaudlh authored Jul 1, 2021
2 parents a5b841b + 3ff4ff0 commit 0246c4b
Show file tree
Hide file tree
Showing 313 changed files with 5,792 additions and 3,106 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
// "shutdownAction": "none",

// Uncomment the next line to run commands after the container is created.
"postCreateCommand": "sudo cp -R /tmp/.ssh-localhost/* ~/.ssh && sudo chmod 600 ~/.ssh/* && sudo chown -R $(whoami) /tf/caf && git config --global core.editor vi && pre-commit install && pre-commit autoupdate",
"postCreateCommand": "sudo cp -R /tmp/.ssh-localhost/* ~/.ssh && sudo chown -R $(whoami):$(whoami) /tf/caf && sudo chmod 400 ~/.ssh/* && git config --global core.editor vi && pre-commit install && pre-commit autoupdate",

// Add the IDs of extensions you want installed when the container is created in the array below.
"extensions": [
"4ops.terraform",
"hashicorp.terraform",
"mutantdino.resourcemonitor",
"ms-azure-devops.azure-pipelines",
"omartawfik.github-actions-vscode"
Expand Down
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:0.15.4-2105.2603
image: aztfmod/rover:1.0.1-2106.3012
user: vscode

labels:
Expand Down
173 changes: 0 additions & 173 deletions .github/workflows/master-sql-mi-tf13.yaml

This file was deleted.

179 changes: 0 additions & 179 deletions .github/workflows/master-sql-mi-tf14.yaml

This file was deleted.

Loading

0 comments on commit 0246c4b

Please sign in to comment.