Skip to content

Commit 128a633

Browse files
authored
fix: Update lint issue in main.tf
1 parent eb598ba commit 128a633

File tree

1 file changed

+1
-1
lines changed
  • cloud_sql/mysql_instance_psc_sa

1 file changed

+1
-1
lines changed

cloud_sql/mysql_instance_psc_sa/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ resource "google_sql_database_instance" "default" {
4141
psc_enabled = true
4242
allowed_consumer_projects = [] # Add consumer project IDs here.
4343
psc_auto_connections {
44-
consumer_network = google_compute_network.consumer_network.id
44+
consumer_network = google_compute_network.consumer_network.id
4545
consumer_service_project_id = data.google_project.project.project_id
4646
}
4747
}

0 commit comments

Comments
 (0)