You corrected a typo in a resource name, changing it from aws_s3_bucket.photoes to aws_s3_bucket.photos. You want to update the Terraform state so that the existing resource is recognized under the new name, without destroying and recreating it. Which configuration should you use?
Which of the following locations can Terraform use as aprivate sourcefor modules?(Pick 2 correct responses)
You want to define a single input variable to capture configuration values for a server. The values must represent memory as a number, and the server name as a string.
Which variable type could you use for this input?
A Terraform output that sets the " sensitive " argument to true will not store that value in the state file.