Spaces:
Runtime error
Runtime error
Update DockerfileDescription.md
Browse files- DockerfileDescription.md +7 -0
DockerfileDescription.md
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
|
3 |
Import Azure Resources into TF Management:
|
|
|
1 |
+
Terraform commands:
|
2 |
+
|
3 |
+
terraform init: https://developer.hashicorp.com/terraform/cli/commands/init
|
4 |
+
terraform plan: https://developer.hashicorp.com/terraform/cli/commands/plan
|
5 |
+
terraform apply: https://developer.hashicorp.com/terraform/cli/commands/apply
|
6 |
+
terraform import: https://developer.hashicorp.com/terraform/cli/import
|
7 |
+
|
8 |
|
9 |
|
10 |
Import Azure Resources into TF Management:
|