We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd0f02 commit c1e0048Copy full SHA for c1e0048
backupdr/fetch_backup_plan_associations/main.tf
@@ -20,5 +20,5 @@ data "google_backup_dr_backup_plan_associations" "csql_instance_associations" {
20
}
21
22
output "all_csql_backup_plan_associations" {
23
- value = google_backup_dr_backup_plan_associations.csql_instance_associations
+ value = google_backup_dr_backup_plan_associations.csql_instance_associations
24
0 commit comments