Skip to content

Commit

Permalink
skip: update CI 249
Browse files Browse the repository at this point in the history
  • Loading branch information
vit-corp committed Sep 5, 2024
1 parent 0651a25 commit 76b9693
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions auto_policy_testing/red/mysql/mysql_server.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ resource "azurerm_mysql_flexible_server_configuration" "this1" {
depends_on = [ azurerm_mysql_flexible_server.this ]
}

resource "azurerm_mysql_flexible_server_configuration" "this2" {
name = "tls_version"
resource_group_name = data.terraform_remote_state.common.outputs.resource_group
server_name = azurerm_mysql_flexible_server.this.name
value = "TLSv1.1"
depends_on = [ azurerm_mysql_flexible_server.this ]
}

resource "azurerm_mysql_flexible_server_configuration" "this3" {
name = "local_infile"
resource_group_name = data.terraform_remote_state.common.outputs.resource_group
Expand Down

0 comments on commit 76b9693

Please sign in to comment.