Loading...
Loading...
### Terraform Version ```shell Terraform v1.8.0 on darwin_arm64 ``` ### Terraform Configuration Files ``` resource "grafana_organization" "organization" { name = "Test Organization" admin_user = "admin" create_users = true admins = [ "admin@localhost" ] } ``` ### Debug Output na ### Expected Behavior on first terraform apply it should show ``` + resource "grafana_organization" "organization" { + admins = [ + "admin@localhost", ] id = "7" name = "Test Organization" } Plan: 1 to add, 0 to change, 0 to destroy. But if we do second terraform apply then it should say `No Changes` ``` ### Actual Behavior but on second terraform apply it shows as follows: ``` # resource.organization["grafana_org_config-8"].grafana_organization.organization will be updated in place ~ resource "grafana_organization" "organization" { ~ admins = [ + "admin@localhost" ] id = "7" name = "Test Organization" # (2 unchanged attributes hidden) } Plan: 0 to add, 1 to change, 0 to destroy. ``` Why its showing one to change as its already added as admin user in tfstate also and on Grafana UI also as we verified. ### Steps to Reproduce 1. Create new Test org on Grafana with admin@localhost user added in admins list 2. Use Grafana provider with grafana_orgnization resource and do terraform plan and apply 2 3 times ### Additional Context _No response_ ### References _No response_ ### Generative AI / LLM assisted development? _No response_
Click on a version to see all relevant bugs
Terraform Integration
Learn more about where this data comes from
Bug Scrub Advisor
Streamline upgrades with automated vendor bug scrubs
BugZero Enterprise
Wish you caught this bug sooner? Get proactive today.