medium
Single Answer
0

Which Terraform block would you specify a URL for a device or application?

Answer Options

A

resource

B

plan

C

provider

D

vendor

Correct Answer: A

Explanation

The resource Terraform block is how you address resources inside of a provider, such as the URL for the provider. The Terraform command terraform plan creates an execution plan from the configuration files. The provider Terraform block adds functionality for vendors, such as Azure, AWS, and Cisco Catalyst Center, just to name a few. vendor is not a valid block or command.

terraform
resources
configuration
providers