Skip to content

Commit c1e0048

Browse files
fmt changes
1 parent 4dd0f02 commit c1e0048

File tree

1 file changed

+1
-1
lines changed
  • backupdr/fetch_backup_plan_associations

1 file changed

+1
-1
lines changed

backupdr/fetch_backup_plan_associations/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ data "google_backup_dr_backup_plan_associations" "csql_instance_associations" {
2020
}
2121

2222
output "all_csql_backup_plan_associations" {
23-
value = google_backup_dr_backup_plan_associations.csql_instance_associations
23+
value = google_backup_dr_backup_plan_associations.csql_instance_associations
2424
}

0 commit comments

Comments
 (0)