Which two steps are required to provision new infrastructure in the Terraform workflow? Choose two correct answers.
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?
Module variable assignments are inherited from the parent module and you do not need to explicitly set them.
You ' re building a CI/CD (continuous integration/continuous delivery) pipeline and need to inject sensitive variables into your Terraform run. How can you do this safely?
You want to use API tokens and other secrets within your team ' s Terraform workspaces. Where does HashiCorp recommend you store these sensitive values? (Pick the 3 correct responses)
Which of these ate secure options for storing secrets for connecting to a Terraform remote backend? Choose two correct answers.