Skip to content

Commit

Permalink
Fixed the formatting of a test with terrafmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
elgatito committed Jul 6, 2022
1 parent 2d6f303 commit bfa9b83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/services/batch/batch_pool_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1406,8 +1406,8 @@ resource "azurerm_batch_pool" "test" {
type = "DockerCompatible"
container_image_names = ["centos7"]
container_registries {
registry_server = "myContainerRegistry.azurecr.io"
identity_reference = azurerm_user_assigned_identity.test.id
registry_server = "myContainerRegistry.azurecr.io"
identity_reference = azurerm_user_assigned_identity.test.id
}
}
}
Expand Down

0 comments on commit bfa9b83

Please sign in to comment.