terraform
-
Terraform’s aws_eip elastic ip always changes during plan
.
The reason is that I had vpc set to false. When I set vpc to true the problems were solved.
-
Creating a static website with Terraform and AWS’ S3
.
In this project I want to provision an S3 bucket with Terraform, and then use the AWS cli to copy the…