-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
bugSomething isn't workingSomething isn't working
Description
TL;DR
When setting cloud_data_lineage_integration
to false or not providing the property as the default is false, Dataplex data lineage integration is not disabled in Composer.
Expected behavior
Setting cloud_data_lineage_integration
to false or not providing in the composer module should disable Dataplex data lineage integration
Observed behavior
Dataplex data lineage integration is not disabled in Composer when cloud_data_lineage_integration
property is set to false or when not provided.
If disabled manually, when redeploying it is enabling it.
Terraform Configuration
module "composer" {
source = "terraform-google-modules/composer/google//modules/create_environment_v2"
version = "~> 5.0"
image_version = "composer-2.10.0-airflow-2.10.2"
cloud_data_lineage_integration = false
Terraform Version
v1.10.2
Terraform Provider Versions
Terraform version: ">= 0.13, <= 1.11"
Google provider version: ">= 4.12, < 6.27"
Google beta provider: ">= 4.12, < 6.27"
Additional information
Same issue was reported here: #143 but it was closed as stale.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working