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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Consumtion SKU in api_management Service #6256

Closed
szaher opened this issue Mar 25, 2020 · 4 comments · Fixed by #6602
Closed

Support for Consumtion SKU in api_management Service #6256

szaher opened this issue Mar 25, 2020 · 4 comments · Fixed by #6602

Comments

@szaher
Copy link
Contributor

szaher commented Mar 25, 2020

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

Description

resource azurerm_api_management sku list is missing Consumption which is available here https://github.com/Azure/azure-sdk-for-go/blob/89b3129aee15cb9fb017e12a1980f2993c609125/profiles/latest/apimanagement/mgmt/apimanagement/models.go#L281

Can we add that please ?

I think the api management service is missing lots of parameters or needs to be clarified in the documentation!

New or Affected Resource(s)

  • azurerm_api_management

Potential Terraform Configuration

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.

References

@szaher
Copy link
Contributor Author

szaher commented Mar 29, 2020

so this SKU is not available in the currently supported api version 2018-01-01 but it's supported from 2019-01-01. Can we pump the api version ? What do we need to that ?

@sschmeck
Copy link
Contributor

sschmeck commented Mar 29, 2020

There is an existing issue regarding the consumption tier - #2613.

(Last example for updating the SDK is 753fe90)

@ghost
Copy link

ghost commented May 1, 2020

This has been released in version 2.8.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example:

provider "azurerm" {
    version = "~> 2.8.0"
}
# ... other configuration ...

@ghost
Copy link

ghost commented May 24, 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 👉 hashibot-feedback@hashicorp.com. Thanks!

@ghost ghost locked and limited conversation to collaborators May 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants