You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Terraform/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,9 @@ graph TD;
83
83
C -->|Order Now| E[terraform apply]
84
84
C -->|Delete Resource if needed| F[terraform destroy]
85
85
```
86
+
> [!IMPORTANT]
87
+
> Please modify `terraform.tfvars` with your information. Then run the following flow:
88
+
86
89
87
90
1.**Login to Azure**: This command logs you into your Azure account. It opens a browser window where you can enter your Azure credentials. Once logged in, you can manage your Azure resources from the command line.
0 commit comments