Skip to content

Is there a way to give the data fusion instance version? #51

@suguptacastlighthealth

Description

@suguptacastlighthealth

TL;DR

I would like to give a specific version for the data fusion instance.

Expected behavior

No response

Observed behavior

No response

Terraform Configuration

module "data_fusion" {
  source  = "terraform-google-modules/data-fusion/google"
  version = "~> 0.1"

  name    = "example-instance"
  project = "example-project"
  region  = "us-central1"
}

Terraform Version

module "data_fusion" {
  source  = "terraform-google-modules/data-fusion/google"
  version = "~> 0.1"

  name    = "example-instance"
  project = "example-project"
  region  = "us-central1"
  instance_version = 6.5.1
}

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions