stackitcloud / terraform-provider-stackit

The official Terraform provider for STACKIT
https://registry.terraform.io/providers/stackitcloud/stackit
Apache License 2.0
41 stars 14 forks source link

0.6.5 stackit_argus_instance/Provider produced inconsistent result after apply #134

Closed docbyte86 closed 12 months ago

docbyte86 commented 1 year ago

│ Error: Provider produced inconsistent result after apply │ │ When applying changes to module.ske.stackit_ske_cluster.ske, provider │ "provider[\"registry.terraform.io/stackitcloud/stackit\"]" produced an │ unexpected new value: .hibernations: was │ cty.ListValEmpty(cty.Object(map[string]cty.Type{"end":cty.String, │ "start":cty.String, "timezone":cty.String})), but now null. │ │ This is a bug in the provider, which should be reported in the provider's │ own issue tracker.

+

│ When applying changes to module.ske.stackit_ske_cluster.ske, provider "provider[\"registry.terraform.io/stackitcloud/stackit\"]" produced an unexpected new value: .extensions: was cty.ObjectVal(map[string]cty.Value{"acl":cty.ObjectVal(map[string]cty.Value{"allowed_cidrs":cty.ListVal([]cty.Value{cty.StringVal("null")}), │ "enabled":cty.False}), "argus":cty.ObjectVal(map[string]cty.Value{"argus_instance_id":cty.NullVal(cty.String), "enabled":cty.False})}), but now null.

Terraform will perform the following actions:

module.ske.stackit_ske_cluster.ske will be created

Plan: 1 to add, 0 to change, 0 to destroy.

vicentepinto98 commented 12 months ago

Hello, This issue has been fixed in the v0.6.6 release.