diff --git a/_example/basic/example.tf b/_example/basic/example.tf index fc479ee..efe74d1 100644 --- a/_example/basic/example.tf +++ b/_example/basic/example.tf @@ -2,7 +2,6 @@ ## Network Security Group module call. ##----------------------------------------------------------------------------- module "network_security_group" { - depends_on = [module.subnet] source = "../../" name = "app" environment = "test"