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
{{ message }}
This repository was archived by the owner on Jul 11, 2023. It is now read-only.
Bugfix: example vpn-gateway was referring to wrong path of modules.
Got this when `terraform init` all examples. This example uses modules
vpc and vpn-gateway at "../../", which actually should be
"../../modules/".
Fix main.tf with correct path.
0 commit comments