Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

azurerm_servicebus_namespace customer_managed_key identity_id resourceGroup case insensitive #26001

Open
1 task done
michalhorcicko-ext43719 opened this issue May 16, 2024 · 0 comments

Comments

@michalhorcicko-ext43719
Copy link

michalhorcicko-ext43719 commented May 16, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.

Terraform Version

1.7.5

AzureRM Provider Version

3.103.1

Affected Resource(s)/Data Source(s)

azurerm_servicebus_namespace

Terraform Configuration Files

resource "azurerm_servicebus_namespace" "xxx" {
  customer_managed_key {
    identity_id = "/subscriptions/foo/resourceGroups/bar/providers/Microsoft.ManagedIdentity/userAssignedIdentities/baz"
  }
}

Debug Output/Panic Output

~ resource "azurerm_servicebus_namespace" "xxx" {
      ~ customer_managed_key {
          ~ identity_id = "/subscriptions/foo/resourcegroups/bar/providers/Microsoft.ManagedIdentity/userAssignedIdentities/baz" -> "/subscriptions/foo/resourceGroups/bar/providers/Microsoft.ManagedIdentity/userAssignedIdentities/baz"
        }
    }

Expected Behaviour

There is no need to change the CMK identity ID.

Actual Behaviour

Terraform tries to change the 'resourcegroups' to 'resourceGroups'. But why set 'resourcegroups' in the first place when there is a 'resourceGroups' as an input? If I try to input a 'resourcegroups' value, the validation fails.

Steps to Reproduce

No response

Important Factoids

No response

References

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants