Skip to content

Commit

Permalink
Updating test to refer to proper values
Browse files Browse the repository at this point in the history
  • Loading branch information
NickElliot committed Jan 18, 2023
1 parent 08fbde7 commit 0f34a26
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,8 @@ resource "google_data_fusion_instance" "<%= ctx[:primary_resource_id] %>" {
network = "default"
ip_allocation = "${google_compute_global_address.private_ip_alloc.address}/${google_compute_global_address.private_ip_alloc.prefix_length}"
}
version = "6.7.0"
accelerators {
accelerator_type = "ACCELERATOR_TYPE_UNSPECIFIED"
}
dataproc_service_account = data.google_app_engine_default_service_account.default.email
accelerators {
acceleratorType = "ACCELERATOR_TYPE_UNSPECIFIED"
accelerator_type = "CDC"
state = "DISABLED"
}
# Mark for testing to avoid service networking connection usage that is not cleaned up
Expand Down

0 comments on commit 0f34a26

Please sign in to comment.