Terraform version 0.15 introduced an experimental feature for testing modules using HCL and a builtin provider. Follow along as I take this experimental feature for a test drive and examine how the provider and resource work.
GitHub Repo: https://github.com/ned1313/terraform-tuesdays
Terraform Certification Guide: https://leanpub.com/terraform-certified/
-----------------------------------------------------------------------------------------------------
Patreon: https://www.patreon.com/nedinthecloud
Daily Check-In: https://anchor.fm/ned-bellavance
Day Two Cloud: https://daytwocloud.io
Website: https://nedinthecloud.com
Pluralsight: https://app.pluralsight.com/profile/author/edward-bellavance
GitHub: https://github.com/ned1313
Music by Evan Williams ©2020
Intro 00:00
Why test infrastructure as code? 2:09
Module testing basics 04:27
Basic example 6:34
Running the basic example 15:41
Variables in module testing 17:52
Web app example 18:47
Running the web app example 21:58
Summary 26:00