P3 - How to test infrastructure as code - Terraform/TerraTest/Golang/Azure REST API - Hands-on Demos

preview_player
Показать описание
This is a three-part series that shows you how you can test your infrastructure once it has been deployed to a test environment.

Terratest by itself doesn't do much - it simply runs your basic terraform commands, such as "init" and "apply".

It is up to you, the developer, to write the integration tests.

That can be tricky and painful. The trick to doing it well is to be able to talk to your public cloud provider in the most universal fashion possible, giving you access to the entire platform, not just what one particular SDK implementation exposes.

So take a look at this three-part series to see how we have solved some significant problems for our customers.

Рекомендации по теме
Комментарии
Автор

HI Bruno, thanks for these videos! Very nice. I didn't find any code repo. Can you please share it?

ziohalex
Автор

Hi there, great tutorial. Any update on the GitHub url? :) Thanks

adama
Автор

Hi, what is the way to read tfvars file in my go code. ?
as far as i know there's no direct function available in go library and we need to convert it to hcl. But unable to find the correct function to do so.
can you please guide how to read tfvars to i can provision resources.

dontdisturb
Автор

Can you share this code
or your github url

Mrcheetah
welcome to shbcf.ru