Skip to content

Commit 907186f

Browse files
committed
Fixes per review comments
1 parent 1cc8bd1 commit 907186f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Upon deployment, the configured user will be granted:
157157

158158
#### Development Environment Setup
159159

160-
It it recommended to you **Dev Container** provided in the module's repository. if you prefer to run and build the module on your own machine instructions are provider in [Development Environment Setup Guide](/docs/development_environment.md)
160+
It is recommended to use the **Dev Container** provided in the module's repository. If you prefer to run and build the module locally, instructions are provided in the [Development Environment Setup Guide](/docs/development_environment.md).
161161

162162
### Quickstart
163163

infra/main.storage.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ resource "time_sleep" "wait_for_subnets" {
1212
# Additional verification that subnets are ready for storage account creation
1313
resource "null_resource" "verify_subnet_readiness" {
1414
depends_on = [
15-
time_sleep.wait_for_subnets,
16-
null_resource.verify_subnet_readiness
15+
time_sleep.wait_for_subnets
1716
]
1817

1918
provisioner "local-exec" {

0 commit comments

Comments
 (0)