Lessons with tag: terrafile

Found 8 results

Search Tips:

To OR search terms: "terraform aws"

To AND search terms: "+terraform +aws"

To filter or reject search terms: "-aws"

Terrafile Introduction: Centrally Manage Terraform Modules

August 25, 2021
We'll cover the introductory concepts for the Terraspace Terrafile. The Terrafile approach simplifies managing Terraform module versions. The advantage of using a Terrafile is centralization. You centrally define, manage, and update modules. No ...
7:30

Terrafile GitHub Example

August 25, 2021
We'll demo and go through an Terrafile example with a GitHub source Links: Terraspace Docs: Git
4:57

Terrafile Terraform Registry Example

August 25, 2021
We'll demo and go through an Terrafile example with a Terraform Registry source Links: Terraspace Docs: Terraform Registry
3:58

Terrafile Stack Option

August 25, 2021
We'll cover what the Stack Option is and how it can save you time when trying out examples. Note: The terraspace bundle example command is a generally better approach than the stack option. Links: Terraspace Docs: Terrafile Stack Option
6:57

Terraspace: AWS VPC with the Terraform Registry Module

October 1, 2021
We'll build a VPC using the popular terraform-aws-modules/vpc registry module. This is the most popular and downloaded module on the planet. Links: GitHub: boltops-learn/terraspace-aws-vpc Terraform Registry VPC module: boltops-learn/terraspace...
11:57

Terraspace: EC2 Instance with the Terraform Registry Module

October 3, 2021
We'll build an EC2 instance with the terraform-aws-modules/ec2-instance registry module. Links: GitHub: boltops-learn/terraspace-aws-ec2 Terraform Registry module: terraform-aws-modules/ec2-instance Terraform aws_instance docs: aws_instance Ter...
13:02

Terrafile Bundle Example Command

November 23, 2021
We'll cover the terraspace bundle example MOD EXAMPLE command. Links: Terraspace Docs: Terrafile Bundle Example GitHub: boltops-learn/terraspace-aws-security-group-registry
6:18

Terraspace Different Module Versions for Different Environments with Terrafile

January 27, 2022
Shows you how to use different module versions for different TS_ENV environments. This is helpful if you want to test a module version out on dev first before updating it on prod within the same git branch of your code. Links GitHub Repo: bolto...
12:24

BoltOps Tools