Values inferred from interpolated provider block not passed to datasource #21493
Labels
config
enhancement
v0.11
Issues (primarily bugs) reported against v0.11 releases
v0.12
Issues (primarily bugs) reported against v0.12 releases
Terraform Version
Terraform Configuration Files
Debug Output
Expected Behavior
The datasource is read after the project, can infer the project based on the provider config
Actual Behavior
The datasource was read before the provider had interpolated the
project
value.Steps to Reproduce
terraform init
terraform apply
Additional Context
This works when creating a resource.
References
This is based on hashicorp/terraform-provider-google#3730
The text was updated successfully, but these errors were encountered: