File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ Changes proposed in the pull request:
55
66Please add this into the test of test/fixture, format the changes by "terraform fmt", and test it by run the following:
77``` sh
8- $ docker build --build-arg BUILD_ARM_SUBSCRIPTION_ID=$ARM_SUBSCRIPTION_ID --build-arg BUILD_ARM_CLIENT_ID=$ARM_CLIENT_ID --build-arg BUILD_ARM_CLIENT_SECRET=$ARM_CLIENT_SECRET --build-arg BUILD_ARM_TENANT_ID=$ARM_TENANT_ID -t azure-network-security-group .
9- $ docker run --rm azure-network-security-group /bin/bash -c " bundle install && rake full"
8+ $ docker build --build-arg BUILD_ARM_SUBSCRIPTION_ID=$ARM_SUBSCRIPTION_ID --build-arg BUILD_ARM_CLIENT_ID=$ARM_CLIENT_ID --build-arg BUILD_ARM_CLIENT_SECRET=$ARM_CLIENT_SECRET --build-arg BUILD_ARM_TENANT_ID=$ARM_TENANT_ID -t azure-aks .
9+ $ docker run --rm azure-aks /bin/bash -c " bundle install && rake full"
1010```
1111
1212Please add this into the example usage of README.md and format the changes by "terrafmt fmt README.md".
You can’t perform that action at this time.
0 commit comments