File tree 2 files changed +8
-6
lines changed
storage_account_with_containers
storage_account_with_fileshares
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ module "storage" {
5
5
# By default, this module will not create a resource group
6
6
# proivde a name to use an existing resource group, specify the existing resource group name,
7
7
# and set the argument to `create_resource_group = false`. Location will be same as existing RG.
8
- resource_group_name = " rg-demo-internal-shared-westeurope-002"
9
- location = " westeurope"
10
- storage_account_name = " mydefaultstorage"
8
+ create_resource_group = true
9
+ resource_group_name = " rg-demo-internal-shared-westeurope-002"
10
+ location = " westeurope"
11
+ storage_account_name = " mydefaultstorage"
11
12
12
13
# To enable advanced threat protection set argument to `true`
13
14
enable_advanced_threat_protection = true
Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ module "storage" {
5
5
# By default, this module will not create a resource group
6
6
# proivde a name to use an existing resource group, specify the existing resource group name,
7
7
# and set the argument to `create_resource_group = false`. Location will be same as existing RG.
8
- resource_group_name = " rg-demo-internal-shared-westeurope-002"
9
- location = " westeurope"
10
- storage_account_name = " mydefaultstorage"
8
+ create_resource_group = true
9
+ resource_group_name = " rg-demo-internal-shared-westeurope-002"
10
+ location = " westeurope"
11
+ storage_account_name = " mydefaultstorage"
11
12
12
13
# To enable advanced threat protection set argument to `true`
13
14
enable_advanced_threat_protection = true
You can’t perform that action at this time.
0 commit comments