Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clouddrove-ci committed Jul 26, 2024
1 parent 3ffc626 commit b914c34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- This file was automatically generated by the `geine`. Make all changes to `README.yaml` and run `make readme` to rebuild this file. -->
[![Banner](https://github.com/clouddrove/terraform-gcp-vpc/blob/master/docs/CloudDrove.png)][website]
[![Banner](https://github.com/clouddrove/terraform-module-template/assets/119565952/67a8a1af-2eb7-40b7-ae07-c94cde9ce062)][website]
<h1 align="center">
Terraform AZURE STORAGE
</h1>
Expand Down
2 changes: 1 addition & 1 deletion docs/io.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
| eventhub\_name | Eventhub Name to pass it to destination details of diagnosys setting of NSG. | `string` | `null` | no |
| existing\_private\_dns\_zone | Name of the existing private DNS zone | `string` | `null` | no |
| existing\_private\_dns\_zone\_resource\_group\_name | The name of the existing resource group | `string` | `null` | no |
| expiration\_date | Expiration UTC datetime (Y-m-d'T'H:M:S'Z') | `string` | `null` | no |
| expiration\_date | Expiration UTC datetime (Y-m-d'T'H:M:S'Z') | `string` | `"2034-10-22T18:29:59Z"` | no |
| extra\_tags | Variable to pass extra tags. | `map(string)` | `null` | no |
| file\_share\_authentication | Storage Account file shares authentication configuration. | <pre>object({<br> directory_type = string<br> active_directory = optional(object({<br> storage_sid = string<br> domain_name = string<br> domain_sid = string<br> domain_guid = string<br> forest_name = string<br> netbios_domain_name = string<br> }))<br> })</pre> | `null` | no |
| file\_share\_cors\_rules | Storage Account file shares CORS rule. Please refer to the [documentation](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/storage_account#cors_rule) for more information. | <pre>list(object({<br> allowed_headers = list(string)<br> allowed_methods = list(string)<br> allowed_origins = list(string)<br> exposed_headers = list(string)<br> max_age_in_seconds = number<br> }))</pre> | `null` | no |
Expand Down

0 comments on commit b914c34

Please sign in to comment.