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
The folders should be created with the provided permissions.
Actual Behavior
Error: [GET /folders/{folder_uid}][403] getFolderByUidForbidden {"message":"You'll need additional permissions to perform this action. Permissions needed: folders:read"}
with grafana_folder_permission.folder_permissions["ops"]
on main.tf line 65, in resource "grafana_folder_permission" "folder_permissions":
resource "grafana_folder_permission" "folder_permissions" {
Steps to Reproduce
terraform init -upgrade
terraform plan
terraform apply
Important Factoids
Grafana is running in GKE
Grafana is exposed through a Cloudflare Tunnel
Grafana is running behind istio
All other resources create just fine. The user used is the grafana admin user. The folder UIDs are fine, they exist in the state, and a simple curl -X GET "$GF_URL/api/folders/$FOLDER_UID" -u"$GF_USER:GF_PASSWORD returns the correct JSON response
References
No response
The text was updated successfully, but these errors were encountered:
Terraform Version
1.9.8
Terraform Grafana Provider Version
3.14.0
Grafana Version
11.4.0
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
The folders should be created with the provided permissions.
Actual Behavior
Steps to Reproduce
terraform init -upgrade
terraform plan
terraform apply
Important Factoids
curl -X GET "$GF_URL/api/folders/$FOLDER_UID" -u"$GF_USER:GF_PASSWORD
returns the correct JSON responseReferences
No response
The text was updated successfully, but these errors were encountered: