You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As some of the DevOps folks were working on this, we noticed that there's a small missing instruction before executing terraform apply.
We need to put our public IP address into the cidr_blocks variable in main.tf (line 81). Once we did this, several of us went from an error to being able to at least get to the next error.
The text was updated successfully, but these errors were encountered:
As some of the DevOps folks were working on this, we noticed that there's a small missing instruction before executing
terraform apply
.We need to put our public IP address into the
cidr_blocks
variable inmain.tf
(line 81). Once we did this, several of us went from an error to being able to at least get to the next error.The text was updated successfully, but these errors were encountered: