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

terraform datasource - azure container instance example not working (azurem provider version 3.68.0 too old?) #31

Open
MarkusW-go2cloud opened this issue Oct 14, 2024 · 0 comments

Comments

@MarkusW-go2cloud
Copy link

The provided example code for the azure cli (terraform main.tf) end´s with an error:

"Original Error: determining which Required Resource Providers require registration: the required Resource Provider "Microsoft.TimeSeriesInsights" wasn't returned from the Azure API"

You requested in your provider.tf the azurerm version 3.68.0 only (no newer versions) - this old version want to register the Microsoft.TimeSeriesInsights resource in the subscription but TimeSeriesInsights are deprecated and does not exist anymore (would be replaced by dataexplorer - see https://azure.microsoft.com/en-us/updates/we-re-retiring-azure-time-series-insights-on-7-july-2024-transition-to-azure-data-explorer/)

please change the provider.tf in the repo to use a newer version of azurerm like 4.5.0 or >= 4.5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant