Terraform part 1

Terraform part 1

Professional Development

6 Qs

quiz-placeholder

Similar activities

Assessment 4-1

Assessment 4-1

12th Grade - Professional Development

4 Qs

Modulo 1-Clase 2-Data Centers - Que tanto sabes

Modulo 1-Clase 2-Data Centers - Que tanto sabes

Professional Development

8 Qs

DevOps Champion

DevOps Champion

Professional Development

9 Qs

HND Computing Unit 17 Network Infrastructure Security

HND Computing Unit 17 Network Infrastructure Security

University - Professional Development

10 Qs

Exam Prep 1

Exam Prep 1

Professional Development

10 Qs

Tipos de Nubes

Tipos de Nubes

Professional Development

9 Qs

IT ENGLISH: Research Project Topics - IT Companies

IT ENGLISH: Research Project Topics - IT Companies

Professional Development

10 Qs

PLAL Agile Onboarding

PLAL Agile Onboarding

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