terraform-aws-managed-service-grafana
terraform-aws-managed-service-grafana copied to clipboard
Add support for GrafanaToken option on aws_grafana_workspace resources
Is your request related to a new offering from AWS?
Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.
- Yes β
: introduced in AWS provider v5.62.0 (v5.63.0 contains additional bug fixing for
aws_grafana_workspace)
Is your request related to a problem? Please describe.
The mentioned version allows to use the GrafanaToken argument (Token created on GrafanaLabs side) to enable the Enterprise plugins.
Describe the solution you'd like.
Adding an additional variable grafana_token for Grafana version 9 or newer to enable the Enterprise plugins.
Describe alternatives you've considered.
Additional context
The grafana_token was introduced on the version 5.62.0 of AWS provider.
https://github.com/hashicorp/terraform-provider-aws/pull/38743
A fix for a bug on network_access_control and vpc_configuration blocks was introduced on the version 5.63.0 of AWS provider.
https://github.com/hashicorp/terraform-provider-aws/issues/38775
Probably it is worthy to upgrade to that version.