Skip to content

Commit

Permalink
fix: Removed unwanted depends_on from basic example.
Browse files Browse the repository at this point in the history
  • Loading branch information
13archit committed Jul 3, 2023
1 parent 39a1149 commit 729d086
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _example/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
## Flexible Mysql server module call.
##-----------------------------------------------------------------------------
module "flexible-mysql" {
depends_on = [module.resource_group, module.vnet]
source = "../../"
name = "app"
environment = "test"
Expand Down

0 comments on commit 729d086

Please sign in to comment.