subspace / infra

7 stars 4 forks source link

extend AWS module and refactor network primitives to modules #279

Open DaMandal0rian opened 3 months ago

DaMandal0rian commented 3 months ago

This PR extends the AWS EC2 module by moving the lifecycle and remote provisioner blocks from the network primitives resources to the module itself.

The resources are now converted to modules which use the templates/terraform/aws/ec2 root module.

closes #142