How to AssumeRole in Terraform LocalExec Provisioner Block
I needed to execute a Terraform null_resource
provisioner
(local-exec) block to run an awscli
command, but assume a role passed down to it.
There was …
Read Article →52 articles about terraform development, tools, and best practices
I needed to execute a Terraform null_resource
provisioner
(local-exec) block to run an awscli
command, but assume a role passed down to it.
There was …
Read Article →Security groups are a critical component for securing resources in AWS. This guide will show you how to create and manage security groups in AWS using …
Read Article →If you need to run a local application from your Terraform scripts, you can call out to the provisioner
local-exec
and issue the command
syntax: …
Terraform is a fantastic tool to help automate your infrastructure as code.
Quite a few times however, I have noticed a few strange issues, one of …
Read Article →