- Lab
-
Libraries: If you want this lab, consider one of these libraries.
- Cloud
Manage IaC Dependencies with Terraform Providers and Version Constraints
In this lab, you'll practice managing Infrastructure as Code (IaC) dependencies by configuring Terraform providers and applying version constraints to ensure plugin compatibility and safe upgrades. When you're finished, you will have successfully declared providers, applied version constraints, inspected the dependency lock file, upgraded provider versions, and configured provider aliases for multi-instance usage.
Lab Info
Table of Contents
-
Challenge
Access the Terminal
- Use the Lab Credentials and Instant Terminal to log into the terminal.
- Verify the Terraform status.
-
Challenge
Declare Providers and Apply Version Constraints
- Declare the local, random, and null providers.
- Initialize the Terraform workspace to download provider plugins.
- Apply version constraints and re-initialize to verify compliance.
-
Challenge
Inspect and Understand the Dependency Lock File
- Examine the .terraform.lock.hcl file to identify locked versions.
- Review provider hashes to understand integrity verification.
- Understand how the lock file ensures reproducible builds.
-
Challenge
Upgrade Provider Versions and Validate Changes
- Upgrade providers within version constraints.
- Compare the updated lock file to confirm version changes.
- Validate functionality by planning a sample resource.
-
Challenge
Configure and Use Provider Aliases for Multi-instance Usage
- Configure default and aliased provider instances.
- Create resources using the provider meta-argument.
- Use
planandapplyto confirm resources are managed by the intended provider instance.
About the author
Real skill practice before real-world application
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Learn by doing
Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.
Follow your guide
All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.
Turn time into mastery
On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.