Infisical / infisical

♾ Infisical is the open-source secret management platform: Sync secrets across your team/infrastructure, prevent secret leaks, and manage internal PKI
https://infisical.com
Other
15.63k stars 969 forks source link

Terraform provider has inconsistent results #2616

Open hobbica98 opened 3 weeks ago

hobbica98 commented 3 weeks ago

When using the terraform provider for infisical_integration_aws_secrets_manager the results are inconsistent and forces it to be recreated each time

│ Error: Provider produced inconsistent result after apply │ │ When applying changes to module.infisical-websol-servers["websol-sales"].infisical_integration_aws_secrets_manager.secrets-manager-integration, provider "provider[\"registry.terraform.io/infisical/infisical\"]" produced an │ unexpected new value: .environment: was cty.StringVal("dev"), but now cty.StringVal(""). │ │ This is a bug in the provider, which should be reported in the provider's own issue tracker.

Daemoen commented 2 weeks ago

The team at infisical will likely need to see more than just the log error. Right now, it's vaguely possible to guess at what you're doing, but most of the data in that log segment has to do with your usage/implementation of the module.

Could you show the code for that particular invocation so that folks can take a look at whats going on? Even if you have to sanitize it, it will be more useful to have an idea what specifically is going on.