You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resource"kubernetes_manifest""secret" {
manifest=yamldecode(templatefile("${path.module}/external-secret.tftpl", {
name = var.name,
namespace = var.namespace,
type ="",
data = { forsinvar.keys:s=>
{
secretName = var.type =="new"? aws_secretsmanager_secret.secret[0].name : data.aws_secretsmanager_secret.secret[0].name,
property = s
}
}
}))
lifecycle {
ignore_changes=[
manifest,
object,
]
}
}
Debug Output
│ Error: Provider produced invalid plan
│
│ Provider "registry.terraform.io/hashicorp/kubernetes" planned an invalid value for .....
....
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
Terraform Version, Provider Version and Kubernetes Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Steps to Reproduce
terraform apply
Expected Behavior
object change ignored
Actual Behavior
Crash
References
Community Note
The text was updated successfully, but these errors were encountered: