diff --git a/talos/resource_talos_client_configuration.go b/talos/resource_talos_client_configuration.go index 5b35c19..bfd87f3 100644 --- a/talos/resource_talos_client_configuration.go +++ b/talos/resource_talos_client_configuration.go @@ -43,6 +43,7 @@ func resourceTalosClientConfiguration() *schema.Resource { Elem: &schema.Schema{ Type: schema.TypeString, }, + ForceNew: true, }, "endpoints": { Type: schema.TypeList, @@ -51,6 +52,7 @@ func resourceTalosClientConfiguration() *schema.Resource { Elem: &schema.Schema{ Type: schema.TypeString, }, + ForceNew: true, }, "talos_config": { Type: schema.TypeString,