Skip to content

Commit 781760b

Browse files
committed
update README.md
1 parent 2e3aff5 commit 781760b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ We have [*fifty plus terraform modules*][terraform_modules]. A few of them are c
5151

5252
This module has a few dependencies:
5353

54-
- [Terraform 1.x.x](https://learn.hashicorp.com/terraform/getting-started/install.html)
55-
- [Go](https://golang.org/doc/install)
56-
- [github.com/stretchr/testify/assert](https://github.com/stretchr/testify)
57-
- [github.com/gruntwork-io/terratest/modules/terraform](https://github.com/gruntwork-io/terratest)
58-
59-
6054

6155

6256

@@ -110,7 +104,7 @@ Here is an example of how you can use this module in your inventory structure:
110104
| name | Name (e.g. `app` or `cluster`). | `string` | `""` | no |
111105
| principal\_id | The ID of the Principal (User, Group or Service Principal) to assign the Role Definition to. Changing this forces a new resource to be created. | `list(string)` | `[]` | no |
112106
| private\_dns\_zone\_name | The name of the private dns zone name which will used to create private endpoint link. | `string` | `"privatelink.blob.core.windows.net"` | no |
113-
| public\_network\_enabled | Is the Data Factory visible to the public network? Defaults to true. | `bool` | `true` | no |
107+
| public\_network\_enabled | Is the Data Factory visible to the public network? Defaults to true. | `bool` | `false` | no |
114108
| read | Used when retrieving the Resource Group. | `string` | `"5m"` | no |
115109
| repository | Terraform current module repo | `string` | `""` | no |
116110
| resource\_group\_name | The name of the resource group in which to create the virtual network. | `string` | `""` | no |

0 commit comments

Comments
 (0)