TERRAFORM-ASSOCIATE-004 Exam Questions
262 real TERRAFORM-ASSOCIATE-004 exam questions with expert-verified answers and explanations. Page 6 of 6.
- Question #257Work with Terraform Configurations
A Terraform local value can reference other Terraform local values.
Terraform localsLocal valuesConfiguration referencing - Question #258Use Terraform CLI
Which of the following is not an action performed by terraform init?
terraform initCLI commandsProvidersModules - Question #259Understand Terraform Providers
A provider alias is used for what purpose in a Terraform configuration file?
Provider aliasProvidersConfigurationMultiple configurations - Question #260Understand Infrastructure as Code (IaC) Concepts
Infrastructure as Code (IaC) provides many benefits to help organizations deploy application infrastructure much faster than clicking around in the console. What are additional ben...
IaC BenefitsVersion ControlCode ReusabilityDeclarative Infrastructure - Question #261Work with Terraform Configurations
Consider the following Terraform 0.12 configuration snippet: variable "vpc_cidrs" { type = map default = { us-east-1 = "10.0.0.0/16" us-east-2 = "10.1.0.0/16" us-west-1 = "10.2.0.0...
VariablesMap TypeTerraform SyntaxResource Configuration - Question #262Work with Terraform Modules
Published modules via the Terraform Registry provide which of the following benefits? (Select four)
Terraform RegistryModulesModule VersioningModule Documentation - Question #263Understand Terraform Basics
During a terraform apply, a resource is successfully created but eventually fails during provisioning. What happens to the resource?
Terraform applyResource lifecycleTainted resourcesError handling - Question #264Use Terraform CLI
What happens when you apply Terraform configuration? (Choose TWO correct answers)
terraform applyinfrastructure changesstate fileCLI commands - Question #265Understand Terraform Cloud and Enterprise Capabilities
Which of the following represents a feature of Terraform Cloud that is NOT free to customers?
Terraform CloudTerraform Cloud featuresPricing tiersTeam management - Question #266Use Terraform CLI
When running a terraform plan, how can you save the plan so it can be applied at a later time?
terraform planCLIplan filesaving plans - Question #267Use Terraform CLI
You have defined the values for your variables in the file terraform.tfvars, and saved it in the same directory as your Terraform configuration. Which of the following commands wil...
terraform planvariablesterraform.tfvarsCLI commands - Question #268Manage Terraform State
Which of the following Terraform commands will automatically refresh the state unless supplied with additional flags or arguments? (Choose TWO correct answers)
Terraform CLIState Refreshterraform planterraform apply