Skip to content

Commit

Permalink
Add support for accelerators to google_datafusion_instance (#6851) (#377
Browse files Browse the repository at this point in the history
)

Added support to the field for Data Fusion, updated corresponding generated and handwritten tests, and added a custom diffsuppressfunc.

Currently suggests a manual fix to a potential diff issue, will be able to update down line based on feedback from API team.

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Mar 8, 2023
1 parent f2e60fc commit 2cd757d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data_fusion_instance_full/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ resource "google_data_fusion_instance" "extended_instance" {
ip_allocation = "${google_compute_global_address.private_ip_alloc.address}/${google_compute_global_address.private_ip_alloc.prefix_length}"
}

accelerators {
accelerator_type = "CDC"
state = "ENABLED"
}
-${local.name_suffix}
}

Expand Down

0 comments on commit 2cd757d

Please sign in to comment.