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
terraform plan plans the deployment.
This actually works just fine when setting GRAFANA_USER & GRAFANA_AUTH env vars to the same values.
Actual Behavior
terraform plan
╷
│ Error: Missing required argument
│
│ with provider["registry.terraform.io/grafana/grafana"],
│ on cdk.tf.json line 15, in provider.grafana[0]:
│ 15: "url": "https://grafana...."
│
│ "url": all of `auth,url` must be specified
Hello, I've tried your config (placing other values in the url and auth attributes) with lots of different Terraform and provider versions (including the ones you declared) and I haven't been able to reproduce this. Do you have any more info on how to reproduce this?
Terraform Version
Affected Resource(s)
Terraform Configuration Files
This hcljson was generated with CDKTF.
Expected Behavior
terraform plan
plans the deployment.This actually works just fine when setting
GRAFANA_USER
&GRAFANA_AUTH
env vars to the same values.Actual Behavior
References
Could be related to #960.
The text was updated successfully, but these errors were encountered: