Spaces:
Runtime error
Runtime error
Update DockerfileDescription.md
Browse files- DockerfileDescription.md +5 -5
DockerfileDescription.md
CHANGED
@@ -4,17 +4,17 @@ 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:
|
11 |
1. PreReqs:
|
12 |
-
- Terraform installed, Azure cloud account
|
13 |
2. Demo:
|
14 |
-
- Create resources in Azure cloud
|
15 |
- Create terraform files for those resources
|
16 |
- Run terraform apply
|
17 |
-
- Run terraform import
|
18 |
- Verify terraform state
|
19 |
- Perform terraform destroy to clean up resources
|
20 |
|
|
|
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 |
+
terraform destroy: https://developer.hashicorp.com/terraform/cli/commands/destroy
|
8 |
|
9 |
|
10 |
+
Azure Resources TF Management:
|
|
|
11 |
1. PreReqs:
|
12 |
+
- Terraform installed, Azure cloud account, VSCode extensions, Docker, ACR, Deploy and Test
|
13 |
2. Demo:
|
14 |
+
- Create resources in Azure cloud
|
15 |
- Create terraform files for those resources
|
16 |
- Run terraform apply
|
17 |
+
- Run terraform import for each resource
|
18 |
- Verify terraform state
|
19 |
- Perform terraform destroy to clean up resources
|
20 |
|