00:00

QUESTION 16

- (Exam Topic 3)
Terraform Enterprise currently supports running under which the following operating systems?

Correct Answer: ABCDEF
Terraform Enterprise runs on Linux instances, and you must prepare a running Linux instance for Terraform Enterprise before running the installer. You will start and manage this instance like any other server.
Terraform Enterprise currently supports running under the following operating systems: Standalone deployment:
Debian 7.7+
Ubuntu 14.04.5 / 16.04 / 18.04
Red Hat Enterprise Linux 7.4 - 7.8 CentOS 6.x / 7.4 - 7.8
Amazon Linux 2014.03 / 2014.09 / 2015.03 / 2015.09 / 2016.03 / 2016.09 / 2017.03 / 2017.09 / 2018.03 / 2.0
Oracle Linux 7.4 - 7.8 https://www.terraform.io/docs/enterprise/before-installing/index.html

QUESTION 17

- (Exam Topic 4)
When using constraint expressions to signify a version of a provider, which of the following are valid provider versions that satisfy the expression found in the following code snippet: (select two)
* 1. terraform
* 2. {
* 3. required_providers
* 4. {
* 5. aws = "~> 1.2.0"
* 6. }
* 7. }

Correct Answer: BC
As your Terraform usage becomes more advanced, there are some cases where you may need to modify the Terraform state. Rather than modify the state directly, the terraform state commands can be used in many cases instead. This command is a nested subcommand, meaning that it has further subcommands. https://www.terraform.io/docs/commands/state/index.html

QUESTION 18

- (Exam Topic 3)
Which of the following Terraform commands will automatically refresh the state unless supplied with additional flags or arguments? Choose TWO correct answers.

Correct Answer: BC

QUESTION 19

- (Exam Topic 3)
Once a resource is marked as tainted, the next plan will show that the resource will be ______ and ______ and the next apply will implement this change.

Correct Answer: D

QUESTION 20

- (Exam Topic 3)
Which of the below datatype is not supported by Terraform.

Correct Answer: A