Skip to content

Commit

Permalink
Making container access type optional/defaulted.
Browse files Browse the repository at this point in the history
Fixes #337
  • Loading branch information
tombuildsstuff committed Sep 18, 2017
1 parent 9c247d1 commit a245462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/storage_container.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The following arguments are supported:
* `storage_account_name` - (Required) Specifies the storage account in which to create the storage container.
Changing this forces a new resource to be created.

* `container_access_type` - (Required) The 'interface' for access the container provides. Can be either `blob`, `container` or `private`.
* `container_access_type` - (Optional) The 'interface' for access the container provides. Can be either `blob`, `container` or `private`. Defaults to `private`. Changing this forces a new resource to be created.

## Attributes Reference

Expand Down

0 comments on commit a245462

Please sign in to comment.