Skip to content

Commit

Permalink
Update mysql.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
nasaldrops authored Mar 13, 2024
1 parent d63f97b commit e2314d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/workspace_services/gitea/terraform/mysql.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ resource "azurerm_mysql_flexible_server" "gitea" {
version = "8.0.21"
backup_retention_days = 7
geo_redundant_backup_enabled = false
public_network_access_enabled = false
tags = local.workspace_service_tags

lifecycle { ignore_changes = [tags] }
Expand Down

0 comments on commit e2314d2

Please sign in to comment.