Can you please post the full Terraform file for "Terraform Course - Automate your AWS cloud infrastructure"?

For some reason, I’m doing it wrong and it’s not creating any of the objects (VPC, Network Interface, etc.) that it should. It should be creating:

Create VPC
Create IGW
Create custom route table
Create subnet
Associate subnet with route table
Create security group to allow ports 22, 80,443
Create net interface with an IP within the subnet
Assign an elastic IP to the network interface
Create Ubuntu server and install/enable Apache2

This would be great, as I really need to get up to speed on Terraform quickly.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.