We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using Terraform version 1.1.1
// Boolean Feature Flag resource "harness_platform_feature_flag" "pricingservice_enableKafkaImplementation" { org_id = var.harness_org_id project_id = var.harness_project_id kind = "boolean" name = "pricingservice_enableKafkaImplementation" identifier = "pricingservice_enableKafkaImplementation" permanent = false default_on_variation = "Enabled" default_off_variation = "Disabled" depends_on = [harness_platform_ff_api_key.harness_ff_apikey] environment { identifier = var.harness_ff_env_id } variation { identifier = "Enabled" name = "Enabled" description = "The feature is enabled" value = "true" } variation { identifier = "Disabled" name = "Disabled" description = "The feature is disabled" value = "false" } }
https://gist.github.com/Chr1stian/4007a608fb42b67c208bdfd00e666907
No Error should be thrown
An error was thrown, but the resources got created
terraform apply
Just the fact that we run Terraform v 1.1.0 and can´t easily change it because of delegate constraints
Couldn´t fint any
The text was updated successfully, but these errors were encountered:
@Chr1stian I will take over this issue to fix it
Sorry, something went wrong.
Great @ribeirophillipe , let me know if I can help or provide more information
No branches or pull requests
Terraform Version
Using Terraform version 1.1.1
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/Chr1stian/4007a608fb42b67c208bdfd00e666907
Expected Behavior
No Error should be thrown
Actual Behavior
An error was thrown, but the resources got created
Steps to Reproduce
terraform apply
Important Factoids
Just the fact that we run Terraform v 1.1.0 and can´t easily change it because of delegate constraints
References
Couldn´t fint any
The text was updated successfully, but these errors were encountered: