Which protocol does HCP Terraform use to communicate with Terraform CLI?
Trap 1: gRPC
gRPC is used for provider plugins, not the cloud platform communication.
Trap 2: FTP
FTP is not used.
Trap 3: SSH
SSH is for code repo access, not Terraform communication.
- A
HCP Terraform API
The API manages the state and run lifecycle.
- B
gRPC
Why wrong: gRPC is used for provider plugins, not the cloud platform communication.
- C
FTP
Why wrong: FTP is not used.
- D
SSH
Why wrong: SSH is for code repo access, not Terraform communication.