-
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
Incorrect type for percentage_filter_value in azurerm_app_configuration_feature #23258
Comments
Thanks for confirming @teowa! Do you know what are the possible values and which field does it correspond to on Azure portal? It seems to be defaulting to zero and doesn't update anything on azure portal. |
Hi @baximan , my config is: resource "azurerm_app_configuration_feature" "test" {
configuration_store_id = azurerm_app_configuration.appconf.id
description = "test description"
name = "test-ackey"
label = "test-ackeylabel"
enabled = true
percentage_filter_value= 1
} |
Hi @teowa , Okay! So, based on what you shared it's the % value for Custom Filter . Are you able to provision Custom or Targeting or Time window filter through Terraform? I'm unable to as azurerm is missing an attribute to enable Use filter feature |
Hi @baximan , in azurerm, if either of Lines 232 to 250 in 1014bf5
|
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. |
Is there an existing issue for this?
Community Note
Terraform Version
1.5.7
AzureRM Provider Version
3.70.0
Affected Resource(s)/Data Source(s)
azurerm_app_configuration_feature
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Expected behavior should be no error which is achieved by using attribute type as number.
Actual Behaviour
No response
Steps to Reproduce
terraform plan
the above configImportant Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: