-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated Storage account #169
Conversation
abner-dou
commented
Mar 7, 2022
- updated storage account resource and datasource
@@ -155,6 +156,11 @@ func storageAccountDataSource() *schema.Resource { | |||
}, | |||
|
|||
"tags": tags.SchemaDataSource(), | |||
|
|||
"enable_https_traffic_only": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we always put enabled on the end of the property
"enable_https_traffic_only": { | |
"https_traffic_only_enabled": { |
or
"enable_https_traffic_only": { | |
"only_https_traffic_allowed_enabled": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @abner-dou - LGTM 🦀