Terraform part 1

Terraform part 1

Professional Development

6 Qs

quiz-placeholder

Similar activities

Mainstream Development Frameworks

Mainstream Development Frameworks

Professional Development

10 Qs

IaC BrownBag

IaC BrownBag

Professional Development

7 Qs

Terraform101

Terraform101

Professional Development

10 Qs

ToolBox Talk - Week 1

ToolBox Talk - Week 1

Professional Development

10 Qs

terraform day 2

terraform day 2

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

Terraform part 3

Terraform part 3

Professional Development

4 Qs

CTJP Terraform Batch 3

CTJP Terraform Batch 3

Professional Development

10 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