Topic 1: Execute changes to infrastructure with Terraform (terraform apply)/ Handle Terraform and provider installation and versioning
Topic 2: Explain when to use and not use provisioners and when to use local-exec or remote-exec/ Describe advantages of IaC patterns
Topic 3: Discover modules from the public Terraform Module Registry/ Initialize a Terraform working directory (terraform init)
Topic 4: Explain multi-cloud and provider-agnostic benefits/ Understand infrastructure as code (IaC) concepts
Topic 5: Describe backend block in configuration and best practices for partial configurations/ Demonstrate using multiple providers
Topic 6: Describe remote state storage mechanisms and supported standard backends/ Describe how Terraform finds and fetches providers
Topic 7: Given a scenario: choose when to enable verbose logging and what the outcome/value is/ Interact with module inputs and outputs
Topic 8: Describe the benefits of Sentinel, registry, and workspaces/ Describe variable scope within modules/child modules
Topic 9: Create and differentiate resource and data configuration/ Understand the use of collection and structural types
Topic 10: Describe secure secret injection best practice/ Use resource addressing and resource parameters to connect resources together
Topic 11: Given a scenario: choose when to use terraform state to view Terraform state/ Describe plugin based architecture
Topic 12: Destroy Terraform managed infrastructure (terraform destroy)/ Given a scenario: choose when to use terraform fmt to format code
Topic 13: Given a scenario: choose when to use terraform workspace to create workspaces/ Describe effect of Terraform refresh on state
Topic 14: Given a scenario: choose when to use terraform taint to taint Terraform resources/ Handle backend authentication methods
Topic 15: Use Terraform built-in functions to write configuration/ Generate and review an execution plan for Terraform (terraform plan)
Topic 16: Given a scenario: choose when to use terraform import to import existing infrastructure into your Terraform state/ Understand Terraform basics
Free HashiCorp TA-002-P Exam Actual Questions
The questions for TA-002-P were last updated On
Mar. 16, 2023
Question #1
How does Terraform determine dependencies between resources?
You have just developed a new Terraform configuration for two virtual machines with a cloud provider. You would like to create the infrastructure for the first time.
Submit Cancel