-
Generating Terraform Scripts for Pre-Deployed AWS Resources
Terraform is an excellent tool to manage the infrastructure as code for Amazon Web Services as well as other providers. It stores the state of the managed resources in a...
-
Leveraging “null_resource” to Extend Terraform Capabilities
You can easily circumvent any Terraform limitations by using “null” provider to run shell commands and utilize AWS CLI or other commands from *UX/Windows shell , “PowerShell”, “Perl” etc. Here...