Skip to content

Commit 4cbed8a

Browse files
committed
fix: make hcloud token mutable
1 parent a29224d commit 4cbed8a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/provider/env/hcloud/schema.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@ func getHCloudTokenEncAttribute(required, optional, computed bool) rschema.Strin
117117
Required: required,
118118
Computed: computed,
119119
MarkdownDescription: common.HCLOUD_TOKEN_ENC_DESCRIPTION,
120-
PlanModifiers: []planmodifier.String{
121-
modifiers.ImmutableString("hcloud_token_enc"),
122-
},
123120
}
124121
}
125122

0 commit comments

Comments
 (0)