AWS
One of the required entries for Terraform code on the aws_ami is the owner . The problem is how do you find the owner of the AWS image?
Read More
Development
Added some terraform modules to my github. https://github.com/kecklerr/terraform-modules Overall, the example shows how you use the terraform modules to created multiple ec2s with multiple ebs volumes attached. The
Read More
Development
In Terraform, the null_resource implements the standard resource lifecycle but takes no further action. If the plan does not change, the null_resource will not run. ariafaye bhad bhabie
Read More