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
Describe the bug
We're trying to integrate the naming tool into our sub vending process and we're seeing it issue duplicate IDs for names generated during the process
We're using Terraform and the Mastercard RestApi provider to manage the names as resources. We've tried rate limiting the provider to 1 per second but we're still seeing a handful of duplicates, even when increasing the App Service Plan resources.
To Reproduce
Using the rest provider we ask for resource names for each subscription, resulting in up to 500 names being requested.
Some of the names produced have the same ID making it impossible to manage via Terraform.
Expected behavior
Each name produced by the API should have a unique ID
Tool version
V4.2.1
Describe the bug
We're trying to integrate the naming tool into our sub vending process and we're seeing it issue duplicate IDs for names generated during the process
We're using Terraform and the Mastercard RestApi provider to manage the names as resources. We've tried rate limiting the provider to 1 per second but we're still seeing a handful of duplicates, even when increasing the App Service Plan resources.
To Reproduce
Using the rest provider we ask for resource names for each subscription, resulting in up to 500 names being requested.
Some of the names produced have the same ID making it impossible to manage via Terraform.
Expected behavior
Each name produced by the API should have a unique ID
Installation Method
App Service - Windows
Terraform log with one ID produced for two names
ASP
Here is the provider configuration
Provider information
and the module I'm using to call the naming tool
and finally how I call the module
The text was updated successfully, but these errors were encountered: