Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

environment_id null when using dbtcloud_environments #281

Closed
Lusther opened this issue Aug 6, 2024 · 1 comment · Fixed by #283
Closed

environment_id null when using dbtcloud_environments #281

Lusther opened this issue Aug 6, 2024 · 1 comment · Fixed by #283
Labels
bug Something isn't working

Comments

@Lusther
Copy link

Lusther commented Aug 6, 2024

Describe the bug

environment_id is not filled when using dbtcloud_environments data source.

Error message

NA

Resource configuration

data "dbtcloud_project" "project" {
  name = "datamart-crm"
}

data "dbtcloud_environments" "envs" {
  project_id     = data.dbtcloud_project.project.id
}

output "output" {
  value       = data.dbtcloud_environments.envs
}

Expected behavior

envrionment_id field in the environment data structure should be filled but it is null.

Config (please complete the following information):

( the version can be retrieved running the command terraform providers )

  • dbt Cloud provider version -> 0.3

Additional context

NA

@Lusther Lusther added the bug Something isn't working label Aug 6, 2024
@b-per
Copy link
Collaborator

b-per commented Aug 12, 2024

Hi! Thanks for raising this. I will have a look shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants