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
An API should be created and added to the referenced API Management instance. This API should have a blank URL suffix.
Actual Behavior
Received an error telling me the value specified in the path is wrong. When adding an API via the portal, it is perfectly acceptable for an API to have a blank path, aka no url suffix.
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered:
zhughes3
changed the title
azurerm_api_management_api should not require a path argument
azurerm_api_management_api should allow a path argument to be blank
May 2, 2019
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
Mar 28, 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.11.13
provider "azurerm" {
version = "=1.24.0"
}
Affected Resource(s)
azurerm_api_management_api
Terraform Configuration Files
Debug Output
https://gist.github.com/zhughes3/d72f55cf44fd021f0391a6a4326c64f7
Expected Behavior
An API should be created and added to the referenced API Management instance. This API should have a blank URL suffix.
Actual Behavior
Received an error telling me the value specified in the path is wrong. When adding an API via the portal, it is perfectly acceptable for an API to have a blank path, aka no url suffix.
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: