Terraform part 1

Terraform part 1

Professional Development

6 Qs

quiz-placeholder

Similar activities

DevOps Fundamentals

DevOps Fundamentals

Professional Development

6 Qs

Suse Lesson 5 CI/CD with Cloud Native Tooling

Suse Lesson 5 CI/CD with Cloud Native Tooling

Professional Development

10 Qs

Azure Fundamentals Module 1 Review

Azure Fundamentals Module 1 Review

10th Grade - Professional Development

10 Qs

Azure Cloud computing

Azure Cloud computing

Professional Development

10 Qs

CTJP Terraform Batch 3

CTJP Terraform Batch 3

Professional Development

10 Qs

SDP-16-05-2021

SDP-16-05-2021

Professional Development

10 Qs

Infrastructure As Code

Infrastructure As Code

Professional Development

2 Qs

terraform day 2

terraform day 2

Professional Development

6 Qs

Terraform part 1

Terraform part 1

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Daniela Gonzalez

Used 23+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is infrastructure as code?

The process automates the creation of the resources of the infrastructure

The process creates resources in cloud providers

The process automates the creation and configuration of the application and infrastructure

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

____ contains the values of the variables declared

terraform.tfvar

variables.tf

terraform.tfvars

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

____ contains the principal configuration

terraform.tf

main.tf

resources.tf

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which step verifies the creation of the infrastructure?

terraform validate

terraform plan

terraform verify

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a provider?

Executes actions to prepare the infrastructure

Describe the resources and their arguments

Configure and execute actions for the resources

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

what contains a terraform state?

The mapping of the resource's configuration

Information of the real infrastructure

Metadata of the resources created