terraform-provider-keycloak icon indicating copy to clipboard operation
terraform-provider-keycloak copied to clipboard

Missing "Frontend URL" attribute of keycloak_realm resource

Open marcin-fatyga opened this issue 3 years ago • 4 comments

Hi, "Frontend URL" attribute is missing in keycloak_realm resource.

marcin-fatyga avatar Apr 01 '21 05:04 marcin-fatyga

@mfatyga you don't need this Frontend Url, since you can set it via the attributes: ` attributes = { frontendUrl = "https://someurl.com/auth" }

`

This works in my configuration on the realm resource

imacbest avatar Jun 07 '21 07:06 imacbest

Agree that a code change is not needed here, but could this ticket be left open as a request for a docs update? Would be great to have the keycloak_realm docs show an example of using attrs to set frontendUrl, forceBackendUrlToFrontendUrl, adminUrl

hamiltont avatar Aug 10 '21 19:08 hamiltont

Google got me here due to the same reasons. Maybe adding it into example in docs would've helped.

movergan avatar Jan 03 '22 18:01 movergan