Skip to content

Commit

Permalink
Merge pull request #2 from myc2h6o/desautorotate_test
Browse files Browse the repository at this point in the history
Resolve Terrafmt lint error
  • Loading branch information
Tbohunek authored Oct 19, 2021
2 parents 22e12b1 + 4be470e commit 52eaf18
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions internal/services/compute/disk_encryption_set_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,10 @@ func (r DiskEncryptionSetResource) complete(data acceptance.TestData) string {
%s
resource "azurerm_disk_encryption_set" "test" {
name = "acctestDES-%d"
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
key_vault_key_id = azurerm_key_vault_key.test.id
name = "acctestDES-%d"
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
key_vault_key_id = azurerm_key_vault_key.test.id
auto_key_rotation_enabled = true
identity {
Expand Down Expand Up @@ -326,10 +326,10 @@ resource "azurerm_key_vault_access_policy" "disk-encryption" {
}
resource "azurerm_disk_encryption_set" "test" {
name = "acctestDES-%d"
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
key_vault_key_id = azurerm_key_vault_key.new.id
name = "acctestDES-%d"
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
key_vault_key_id = azurerm_key_vault_key.new.id
auto_key_rotation_enabled = true
identity {
Expand Down

0 comments on commit 52eaf18

Please sign in to comment.