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
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
Terraform (and AzureRM Provider) Version
Terraform v0.12.9
provider.azuread v0.6.0
provider.azurerm v1.33.1
provider.random v2.2.0
Affected Resource(s)
azurerm_client_config
Terraform Configuration Files
provider"azurerm" {
version="=1.33.1"
}
data"azurerm_client_config""current" {}
output"cli_terraform_tenant_id" {
value="${data.azurerm_client_config.current.tenant_id}"description="The tenant id used by this cli"
}
output"cli_terraform_client_id" {
value="${data.azurerm_client_config.current.client_id}"description="The client id used by this cli"
}
output"cli_terraform_service_principal_application_id" {
value="${data.azurerm_client_config.current.service_principal_application_id}"description="The service principal application id used by this cli"
}
output"cli_terraform_service_principal_object_id" {
value="${data.azurerm_client_config.current.service_principal_object_id}"description="The service principal object id used by this cli"
}
This behaviour is currently intentional since the mechanism for obtaining these is different - but as @StefanSchoof has mentioned there's an issue open tracking merging these Service Principal/User specific fields (in this case object_id, but we'll fix them all at the same time) into one in #3234 - as such I'm going to close this issue in favour of #3234, would you mind subscribing to that issue for updates?
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!
ghost
locked and limited conversation to collaborators
Mar 29, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Terraform (and AzureRM Provider) Version
Terraform v0.12.9
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
application_id
andobject_id
should have valuesActual Behavior
application_id
andobject_id
have blank valuesSteps to Reproduce
terraform apply
Important Factoids
Azure Public
References
The text was updated successfully, but these errors were encountered: