Skip to content

Instantly share code, notes, and snippets.

@Dan-Santarossa
Created August 19, 2022 19:59
Show Gist options
  • Select an option

  • Save Dan-Santarossa/53c220e23b735176041c43f1b7769543 to your computer and use it in GitHub Desktop.

Select an option

Save Dan-Santarossa/53c220e23b735176041c43f1b7769543 to your computer and use it in GitHub Desktop.
###---root(terraformec2)/ec2.tf---
module "ec2-instance" { #calls the ec2-instance module
source = "./ec2" #file path to files in /ec2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment