Skip to content

Commit

Permalink
fix: remove compute from node_group zones/locations
Browse files Browse the repository at this point in the history
  • Loading branch information
ianaya89 committed Jan 17, 2025
1 parent e803408 commit 0655c4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion internal/provider/common/attributes.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ var NodeGroupAttribute = rschema.NestedAttributeObject{
"zones": rschema.ListAttribute{
ElementType: types.StringType,
Optional: true,
Computed: true,
MarkdownDescription: NODE_GROUP_ZONES_DESCRIPTION,
Validators: []validator.List{
listvalidator.SizeAtLeast(1),
Expand Down
1 change: 0 additions & 1 deletion internal/provider/env/hcloud/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ var nodeGroupAttribute = rschema.NestedAttributeObject{
"locations": rschema.ListAttribute{
ElementType: types.StringType,
Optional: true,
Computed: true,
MarkdownDescription: common.NODE_GROUP_ZONES_DESCRIPTION,
Validators: []validator.List{
listvalidator.SizeAtLeast(1),
Expand Down

0 comments on commit 0655c4a

Please sign in to comment.