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

v2.12.0 preventing plan and applies. #1372

Closed
alekhrycaiko opened this issue Feb 23, 2024 · 1 comment · Fixed by #1373
Closed

v2.12.0 preventing plan and applies. #1372

alekhrycaiko opened this issue Feb 23, 2024 · 1 comment · Fixed by #1373
Assignees
Labels

Comments

@alekhrycaiko
Copy link
Contributor

alekhrycaiko commented Feb 23, 2024

Terraform Version

  • Terraform: 1.16
  • Terraform Grafana Provider: 2.12.0
  • Grafana: ...

Affected Resource(s)

  • Provider
Error: Value Conversion Error
with provider["registry.terraform.io/grafana/grafana"]
on providers.tf line 30, in provider "grafana":
provider "grafana" {
An unexpected error was encountered trying to convert tftypes.Value into provider.frameworkProviderConfig. This is always an error in the provider. Please report the following to the provider developer:

mismatch between struct and object: Object defines fields not found in struct: cloud_api_key.

Following the latest release this error has occurred which is unexpected.

@julienduchesne
Copy link
Member

huh interesting. Should be an easy fix, but I wonder why tests didn't catch that...

julienduchesne added a commit that referenced this issue Feb 23, 2024
Closes #1372

I will do another PR afterwards with a test that verifies that this does not happen again
julienduchesne added a commit that referenced this issue Feb 23, 2024
Closes #1372

I will do another PR afterwards with a test that verifies that this does not happen again
@julienduchesne julienduchesne self-assigned this Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants