awacke1 commited on
Commit
0c66405
·
1 Parent(s): afb1403

Update DockerfileDescription.md

Browse files
Files changed (1) hide show
  1. DockerfileDescription.md +20 -19
DockerfileDescription.md CHANGED
@@ -1,22 +1,23 @@
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
- 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
 
21
 
22
 
 
1
+ # 5 Terraform commands you should know:
2
+
3
+ 1. terraform init: https://developer.hashicorp.com/terraform/cli/commands/init
4
+ 2. terraform plan: https://developer.hashicorp.com/terraform/cli/commands/plan
5
+ 3. terraform apply: https://developer.hashicorp.com/terraform/cli/commands/apply
6
+ 4. terraform import: https://developer.hashicorp.com/terraform/cli/import
7
+ 5. terraform destroy: https://developer.hashicorp.com/terraform/cli/commands/destroy
8
+
9
+ # Azure Resources TF Management:
10
+
11
+ | Step | Title | Tasks |
12
+ |------|--------------------|-------------------------------------------------------------------------------------------------------------|
13
+ | 1 | PreReqs | Terraform installed, Azure cloud account, VSCode extensions, Docker, ACR, Deploy and Test |
14
+ | 2 | Demo | 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
+
21
 
22
 
23