kt

Results 77 comments of kt

Great to see this issue already exists and there is a PR for it already! thanks @MagiX13 for a PR - using a format string + allowing it to be...

@jakubslonxlab, Apologies for breaking your configuration in 3.90 - I want to confirm where that error is coming from. By manually registered do you mean you have used the `azurerm_resource_provider_registration`...

@MasterJuan - the complete error you have `resource "azurerm_resource_provider_registration" "app_configuration_registration" {` seems to indicate that you need to remove the resource at `modules/app-config/main.tf line 39` as it is trying to...

Automatic registration is done unless you tell the provider to skip registration. the error you are seeing is because in the file `resource_providers.tf` on line 1 you have a resource...

@neil-yechenwei - went to test this and the build failed for tc due to an API upgrade on main ``` data_protection_backup_instance_mysql_flexible_server_resource.go:17:2: cannot find module providing package github.com/hashicorp/go-azure-sdk/resource-manager/mysql/2022-01-01/servers: import lookup disabled...

Hey @stawik-mesa - i was looking at this today and while the PR looks good it appears the test are all failing now with: ``` unexpected status 400 (400 Bad...

That does not appear to fix it :( ``` Budget Name: "acctestconsumptionbudgetsubscription-240626154625703496"): unexpected status 400 (400 Bad Request) with error: 400: Unsupported locale parameter . Try en-us to set language...

@tedsmitt - could you swap the test SKUs to one that will allow them to pass? it's required to be able to test your changes properly for merge