-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error applying the tf template in 02-Overview exercise #7
Comments
I think I created an EC2 instance via the web UI before setting up terraform, which created the default VPC/subnets. Adding new VPC + subnets within the terraform configuration would be a great addition. Any interest in creating a pull request with that? |
Also there is need to provide the private key ,as it is required for instance creation. |
Addressed VPCIdNotSpecified error mentioned in sidpalas#7
Hi Sid, |
It seems there are missing the definitions of
VPC
andSubnet
resources in the template, because the executing fails as you can see the in the snippet below:As workaround, I have added the required resources manually.
The text was updated successfully, but these errors were encountered: