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 c1e0048 commit 260ff12Copy full SHA for 260ff12
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 = data.google_backup_dr_backup_plan_associations.csql_instance_associations
24
0 commit comments