HashiCorp Certified: Terraform Associate — Question 113

You can access state stored with the local backend by using the terraform_remote_state data source.

Answer options

Correct answer: A

Explanation

The correct answer is True because the terraform_remote_state data source allows you to access state information from the local backend. The other option, False, is incorrect as it implies that the local backend state cannot be accessed, which is not true.