Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix DataFusion instance versions used in tests #365

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion data_fusion_instance_event/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ resource "google_data_fusion_instance" "event" {
name = "my-instance-${local.name_suffix}"
region = "us-central1"
type = "BASIC"
version = "6.7.0"

event_publish_config {
enabled = true
Expand Down
1 change: 0 additions & 1 deletion data_fusion_instance_full/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ resource "google_data_fusion_instance" "extended_instance" {
enable_stackdriver_logging = true
enable_stackdriver_monitoring = true
private_instance = true
version = "6.6.0"
dataproc_service_account = data.google_app_engine_default_service_account.default.email

labels = {
Expand Down