terraform-google-modules / terraform-google-data-fusion

Manages Cloud Data Fusion
https://registry.terraform.io/modules/terraform-google-modules/data-fusion/google
Apache License 2.0
14 stars 30 forks source link

Getting Terraform version 1.0.6 is not supported #53

Closed suchitgupta01 closed 2 years ago

suchitgupta01 commented 2 years ago

TL;DR

My resource `module "data_fusion" { source = "terraform-google-modules/data-fusion/google" version = "1.0.0"

name = "df-test-instance" project = "df-test-instance" region = "us-central1" }`

And it keeps failing with error:

Step #1 - "tf plan validate all": - vault_iam in ../../modules/vault_iam Step #1 - "tf plan validate all": ╷ Step #1 - "tf plan validate all": │ Error: Unsupported Terraform Core version Step #1 - "tf plan validate all": │ Step #1 - "tf plan validate all": │ on .terraform/modules/data_fusion/modules/instance/versions.tf line 18, in terraform: Step #1 - "tf plan validate all": │ 18: required_version = "~> 0.12.6" Step #1 - "tf plan validate all": │ Step #1 - "tf plan validate all": │ Module module.data_fusion.module.instance (from ./modules/instance) does Step #1 - "tf plan validate all": │ not support Terraform version 1.0.6. To proceed, either choose another Step #1 - "tf plan validate all": │ supported Terraform version or update this version constraint. Version Step #1 - "tf plan validate all": │ constraints are normally set for good reason, so updating the constraint Step #1 - "tf plan validate all": │ may lead to other errors or unexpected behavior.

Expected behavior

No response

Observed behavior

No response

Terraform Configuration

module "data_fusion" {
  source  = "terraform-google-modules/data-fusion/google"
  version = "1.0.0"

  name    = "df-test-instance"
  project = "df-test-instance"
  region  = "us-central1"
}

Terraform Version

1.0.6

Additional information

No response

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days