-
Notifications
You must be signed in to change notification settings - Fork 229
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
Grafana Datasource Cloudwatch ARN missing attributes #14
Comments
Any progress? |
There is a PR over on #16 that is looking good to resolve this. |
Sounds good - I keep that ticket open until PR16 is closed https://github.com/terraform-providers/terraform-provider-grafana/pull/16 |
This is fixed hashicorp/terraform-provider-grafana@8f85117...master. |
For anyone else who stumbles on this looking for a solution: json_data was deprecated and replaced with json_data_encoded which seems to require camel case to work properly. If you want to use assume_role_arn you need to use camel case "assumeRoleArn" within the json_data_encoded field:
|
I think the documentation is not updated with this change. |
Terraform Version
Terraform v0.11.2
Affected Resource(s)
Terraform Configuration Files
The code is working and the grafana datasource will be created but I'm not able to set the following parameters:
I use a grafana version 4.6.3
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
The text was updated successfully, but these errors were encountered: