Skip to content

Commit

Permalink
Updates made to accelerators tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NickElliot committed Nov 18, 2022
1 parent ca5f49c commit db34c7a
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ resource "google_data_fusion_instance" "<%= ctx[:primary_resource_id] %>" {
ip_allocation = "10.89.48.0/22"
}
version = "6.7.0"
accelerators = [
{
acceleratorType = "ACCELERATOR_TYPE_UNSPECIFIED"
accelerators {
accelerator_type = "ACCELERATOR_TYPE_UNSPECIFIED"
state = "STATE_UNSPECIFIED"
}
]
}
dataproc_service_account = data.google_app_engine_default_service_account.default.email
# Mark for testing to avoid service networking connection usage that is not cleaned up
options = {
Expand Down

0 comments on commit db34c7a

Please sign in to comment.