You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When provisioning environment variables through the resource dbtcloud_environment_variable, the environment already has to be deployed in order to give a value to the environment variable. When deploying dbt environments using separate state files this causes an issue where you can only really deploy the environment variables during the deployment of the last environment (eg. PROD)
Describe the solution you'd like
A dbtcloud_partial_environment_variable resource, akin to the dbtcloud_partial_license_map resource.
Describe alternatives you've considered
We are currently using count = var.environment == local.last_environment ? 1 : 0, but want a more flexible solution
Additional context
The text was updated successfully, but these errors were encountered:
This issue has been marked as Stale because it has been open for 90 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days.
Hi @a-schot . No, I haven't had the time. There are a few other new resources/datasources that we want to add as well and I don't know when we will have the time to tackle this one.
Is your feature request related to a problem? Please describe.
When provisioning environment variables through the resource
dbtcloud_environment_variable
, the environment already has to be deployed in order to give a value to the environment variable. When deploying dbt environments using separate state files this causes an issue where you can only really deploy the environment variables during the deployment of the last environment (eg. PROD)Describe the solution you'd like
A
dbtcloud_partial_environment_variable
resource, akin to thedbtcloud_partial_license_map
resource.Describe alternatives you've considered
We are currently using
count = var.environment == local.last_environment ? 1 : 0
, but want a more flexible solutionAdditional context
The text was updated successfully, but these errors were encountered: