Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions demo/provistion-azure-vm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ At this point, your container already started with `demo/provistion-azure-vm` co
## Login to Azure

```bash
# In devops-toolkit contaienr env
# In devops-toolkit container env
az account show
az login --use-device-code
# Follow the cmd output to login
Expand All @@ -27,21 +27,21 @@ az login --use-device-code
## Initialize Terraform

```bash
# In devops-toolkit contaienr env
# In devops-toolkit container env
terraform init
```

## Plan Terraform

```bash
# In devops-toolkit contaienr env
# In devops-toolkit container env
terraform plan
```

## Apply Terraform

```bash
# In devops-toolkit contaienr env
# In devops-toolkit container env
terraform apply
```

Expand All @@ -57,7 +57,7 @@ Enter 'yes' to confirm
Destroy the resources with terraform if they are not used anymore:

```bash
# In devops-toolkit contaienr env
# In devops-toolkit container env
terraform destroy
```

Expand Down