Skip to content

Commit

Permalink
Merge pull request #426 from terraform-providers/vm-sets-to-list
Browse files Browse the repository at this point in the history
`azurerm_virtual_machine` to use Lists instead of Sets
  • Loading branch information
tombuildsstuff authored Oct 17, 2017
2 parents d843f8b + fcb3c0b commit 6d180a4
Show file tree
Hide file tree
Showing 5 changed files with 383 additions and 228 deletions.
2 changes: 2 additions & 0 deletions azurerm/resource_arm_storage_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,13 @@ func resourceArmStorageAccount() *schema.Resource {
"enable_blob_encryption": {
Type: schema.TypeBool,
Optional: true,
Computed: true,
},

"enable_file_encryption": {
Type: schema.TypeBool,
Optional: true,
Computed: true,
},

"enable_https_traffic_only": {
Expand Down
Loading

0 comments on commit 6d180a4

Please sign in to comment.