Skip to content

Commit

Permalink
chore: executed terrafmt fmt command
Browse files Browse the repository at this point in the history
  • Loading branch information
feliperezende-barbosa committed Jan 9, 2025
1 parent c675110 commit 11bf9e4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@ resource "azurerm_cognitive_account" "test" {
custom_subdomain_name = "acctestcogacc-%d"
network_acls {
bypass = "AzureServices"
bypass = "AzureServices"
default_action = "Deny"
virtual_network_rules {
subnet_id = azurerm_subnet.test_a.id
Expand All @@ -1054,7 +1054,7 @@ resource "azurerm_cognitive_account" "test" {
custom_subdomain_name = "acctestcogacc-%d"
network_acls {
bypass = "None"
bypass = "None"
default_action = "Deny"
virtual_network_rules {
subnet_id = azurerm_subnet.test_a.id
Expand All @@ -1081,7 +1081,7 @@ resource "azurerm_cognitive_account" "test" {
custom_subdomain_name = "acctestcogacc-%d"
network_acls {
bypass = "AzureServices"
bypass = "AzureServices"
default_action = "Deny"
virtual_network_rules {
subnet_id = azurerm_subnet.test_a.id
Expand Down

0 comments on commit 11bf9e4

Please sign in to comment.