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
v0.12.24
Description
Receiving an error when trying to access the location attribute reference. I am able to access id without issue, but receive an error when trying to access location and other attribute references listed in the documentation for azurerm_app_service_environment.
data.azurerm_app_service_environment.example.id should resolve to the id of the ASE
data.azurerm_app_service_environment.example.location should resolve to the location of the existing ASE
Actual Behavior
data.azurerm_app_service_environment.example.idproperly resolves to the id of the ASE
data.azurerm_app_service_environment.example.location throws an error stating location does not exist.
Error: Unsupported attribute
on main.tf line 22, in output "azurerm_app_service_environment_location":22:value=data.azurerm_app_service_environment.example.location
This object has no argument, nested block, or exported attribute named
"location".
The text was updated successfully, but these errors were encountered:
tombuildsstuff
changed the title
Attribute References not resolving for azurerm_app_service_environment
d/app_service_environment: support for locationApr 18, 2020
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 👉 [email protected]. Thanks!
ghost
locked and limited conversation to collaborators
May 21, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Terraform (and AzureRM Provider) Version
v0.12.24
Description
Receiving an error when trying to access the
location
attribute reference. I am able to accessid
without issue, but receive an error when trying to accesslocation
and other attribute references listed in the documentation forazurerm_app_service_environment
.Affected Resource(s)
azurerm_app_service_environment
Example Configuration Files
Expected Behavior
data.azurerm_app_service_environment.example.id
should resolve to the id of the ASEdata.azurerm_app_service_environment.example.location
should resolve to the location of the existing ASEActual Behavior
data.azurerm_app_service_environment.example.id
properly resolves to the id of the ASEdata.azurerm_app_service_environment.example.location
throws an error statinglocation
does not exist.References
The text was updated successfully, but these errors were encountered: