1 0
Sign in to rate

Terraform Associate Certification 2020 Study Guide

0.04MB. 0 audio & 0 images. Updated 2020-12-29.

Description

NOTE: Most of this information comes directly from the Hashicorp website I've compiled the resources here for accessibility and easy review. šŸ™‚ If you find this study guide useful please give it a 🌟 on GitHub and check back for updates! https://github.com/ari-hacks/terraform-study-guide

Sample (from 47 notes)

Cards are customizable! When this deck is imported into the desktop program, cards will appear as the deck author has made them. If you'd like to customize what appears on the front and back of a card, you can do so by clicking the Edit button, and then clicking the Cards button.
Front Validate a Terraform configuration (terraform validate)
Back validates the configuration files in the dir, this does not apply to things like remote state or provider APIsvalidate checks for syntax, internal consistency, such as attribute names and value typessafe to run automatically or as a test step for CIrequires initialized working directory
Extra For a reference of all commands checkout out this file onĀ Terraform CLI
Tags terraform
Front Generate and review an execution plan for Terraform (terraform plan)
Back Terraform planCreates an execution plan, automatically performs a refreshExecute changes to infrastructure with Terraform (terraform apply)Destroy Terraform managed infrastructure (terraform destroy)
Extra For a reference of all commands checkout out this file onĀ Terraform CLI
Tags terraform
Front Given a scenario: choose when to enable verbose logging and what the outcome/value is
Back TF_LOG #LOG LEVELS TRACE DEBUG INFOWARN ERROR TF_LOG_PATH #Persist logged output Trace is the most verbose and it is the defaultIf Terraform crashes a Crash log is saved with the debug logs with panic message and backtrace
Extra
Tags terraform

After the file is downloaded, double-click on it to open it in the desktop program.

At this time, it is not possible to add shared decks directly to your AnkiWeb account - they need to be added from the desktop then synchronized to AnkiWeb.

Reviews

on 1642287083
Fantastic resource! Thank you for sharing!