Skip to content

Commit

Permalink
fix: tf-checks / basic-example
Browse files Browse the repository at this point in the history
  • Loading branch information
pranaydeokar committed Jan 5, 2024
1 parent 07b3249 commit 958b69e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions _example/basic/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ provider "azurerm" {
## Bastion module call.
##-----------------------------------------------------------------------------
module "bastion" {
source = "./../../"
name = "app"
environment = "test"
resource_group_name = "resource_group_name"
location = "Central India"
virtual_network_name = "virtual_network"
subnet_id = "<subnet_id>"
source = "./../../"
name = "app"
environment = "test"
resource_group_name = "resource_group_name"
location = "Central India"
subnet_id = "<subnet_id>"

##-----------------------------------------------------------------------------
## enable diagnostic setting
Expand Down

0 comments on commit 958b69e

Please sign in to comment.