Created
August 19, 2022 19:59
-
-
Save Dan-Santarossa/53c220e23b735176041c43f1b7769543 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ###---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