Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartleeks committed Sep 27, 2019
1 parent 65cba59 commit 1c1555f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion azurerm/data_source_storage_management_policy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ resource "azurerm_storage_management_policy" "testpolicy" {
type = "Lifecycle"
filters {
prefix_match = [ "container1/prefix1" ]
blob_types = [ "blockBlob" ]
blob_types = [ "blockBlob" ]
}
actions {
base_blob {
Expand Down
6 changes: 3 additions & 3 deletions azurerm/resource_arm_storage_management_policy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ resource "azurerm_storage_management_policy" "testpolicy" {
type = "Lifecycle"
filters {
prefix_match = [ "container1/prefix1" ]
blob_types = [ "blockBlob" ]
blob_types = [ "blockBlob" ]
}
actions {
base_blob {
Expand Down Expand Up @@ -170,7 +170,7 @@ resource "azurerm_storage_management_policy" "testpolicy" {
type = "Lifecycle"
filters {
prefix_match = [ "container1/prefix1" ]
blob_types = [ "blockBlob" ]
blob_types = [ "blockBlob" ]
}
actions {
base_blob {
Expand All @@ -189,7 +189,7 @@ resource "azurerm_storage_management_policy" "testpolicy" {
type = "Lifecycle"
filters {
prefix_match = [ "container2/prefix1", "container2/prefix2" ]
blob_types = [ "blockBlob" ]
blob_types = [ "blockBlob" ]
}
actions {
base_blob {
Expand Down

0 comments on commit 1c1555f

Please sign in to comment.