-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
new resource: azurerm_api_management_api_tag #14453 #14711
Conversation
|
||
* `api_id` - (Required) The ID of the API Management API. Changing this forces a new API Management API Tag to be created. | ||
|
||
* `tag_name` - (Required) The name of the tag. It must be known in the API Management instance. Changing this forces a new API Management API Tag to be created. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does it make sense to call this tag name? given the resource is apit_tag
* `tag_name` - (Required) The name of the tag. It must be known in the API Management instance. Changing this forces a new API Management API Tag to be created. | |
* `name` - (Required) The name of the tag. It must be known in the API Management instance. Changing this forces a new API Management API Tag to be created. |
…orm-provider-azurerm into f/api_management_api_tag
Looks like we have some test failures:
|
…orm-provider-azurerm into f/api_management_api_tag
Thank you @katbyte for your hints and reviews. I hopefully fixed the test failures. Running the tests locally was not so straightforward since we have a management agent that adds tags to all resources. |
no worries! thats why we run them before merge 🙂 doing that again now |
Another test failure:
|
@katbyte hopefully I managed to run and fix not only the basic test this time. 😅 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @meilz381 - LGTM 💯
This functionality has been released in v2.92.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Fix for #14453