hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.33k stars 1.73k forks source link

google_datafusion_instance add support for DNS peering #14627

Open ptran32 opened 1 year ago

ptran32 commented 1 year ago

Community Note

Description

This issue is to request DNS peering support for Datafusion, which is currently not managed in Terraform.

New or Affected Resource(s)

Potential Terraform Configuration

resource "google_data_fusion_instance" "basic_instance" {
  name   = "my-instance"
  region = "us-central1"
  type   = "BASIC"
  dns_peering = var.dns_peering

}

References

rileykarson commented 1 year ago

@ScottSuarez why is this labeled as service/terraform?

ScottSuarez commented 1 year ago

@ScottSuarez why is this labeled as service/terraform?

New field? Team is not enrolled in self service