Jeremy's IT Lab CCNA Terraform Day 63 (part 2)

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/26

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:15 PM on 8/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

27 Terms

1
New cards

What does IaC stand for?

Infrastructure as Code

2
New cards

Ansible, Puppet, Chef, and Terraform are examples of [...] tools.

Infrastructure as Code (IaC)

3
New cards

Ansible is primarily a [configuration management/provisioning] tool.

configuration management

4
New cards

Puppet is primarily a [configuration management/provisioning] tool.

configuration management

5
New cards

Chef is primarily a [configuration management/provisioning] tool.

configuration management

6
New cards

Terraform is primarily a [configuration management/provisioning] tool.

provisioning

7
New cards

Configuration management tools typically use a(n) [mutable/immutable] infrastructure approach.

mutable

8
New cards

Provisioning tools typically use a(n) [mutable/immutable] infrastructure approach.

immutable

9
New cards

Ansible uses a(n) [mutable/immutable] infrastructure approach.

mutable

10
New cards

Puppet uses a(n) [mutable/immutable] infrastructure approach.

mutable

11
New cards

Chef uses a(n) [mutable/immutable] infrastructure approach.

mutable

12
New cards

Terraform uses a(n) [mutable/immutable] infrastructure approach.

immutable

13
New cards

A [...] approach defines explicit steps in a specific order to achieve the desired outcome.

procedural

14
New cards

A [...] approach defines the desired end state, and lets the tool figure out the steps needed to achieve that state.

declarative

15
New cards

Ansible uses a [procedural/declarative] approach.

procedural

16
New cards

Chef uses a [procedural/declarative] approach.

procedural

17
New cards

Terraform uses a [procedural/declarative] approach.

declarative

18
New cards

Puppet uses a [procedural/declarative] approach.

declarative

19
New cards

Terraform provisions infrastructure resources on platforms called [...].

providers

20
New cards

Terraform uses a [push/pull] model.

push

21
New cards

Terraform uses an [agent-based/agentless] architecture.

agentless

22
New cards

Terraform [...] is the central Terraform software that analyzes configurations and interacts with providers.

Core

23
New cards

Terraform [...] files define the desired end state of the infrastructure.

configuration

24
New cards

The Terraform [...] file tracks the status of the deployed infrastructure.

state

25
New cards

What the the three main steps in the basic Terraform workflow?

Write, Plan, Apply

26
New cards

Terraform Core is written in [language].

Go

27
New cards

Terraform configuration files are written in [language].

HashiCorp Configuration Language (HCL)