Skip to content

Commit 70469b2

Browse files
committed
allow null for deprecated"
1 parent a899527 commit 70469b2

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

internal/provider/resource_tfe_opa_version.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ func (r *OPAVersionResource) Schema(ctx context.Context, req resource.SchemaRequ
9292
},
9393
"deprecated_reason": schema.StringAttribute{
9494
Optional: true,
95-
Computed: true,
96-
Default: nil,
9795
},
9896
"archs": schema.SetNestedAttribute{
9997
NestedObject: schema.NestedAttributeObject{

internal/provider/resource_tfe_sentinel_version.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ func (r *sentinelVersionResource) Schema(ctx context.Context, req resource.Schem
8787
},
8888
"deprecated_reason": schema.StringAttribute{
8989
Optional: true,
90-
Computed: true,
91-
Default: nil,
9290
},
9391
"archs": schema.SetNestedAttribute{
9492
NestedObject: schema.NestedAttributeObject{

internal/provider/resource_tfe_terraform_version.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ func (r *terraformVersionResource) Schema(ctx context.Context, req resource.Sche
9393
},
9494
"deprecated_reason": schema.StringAttribute{
9595
Optional: true,
96-
Computed: true,
97-
Default: nil,
9896
},
9997
"archs": schema.SetNestedAttribute{
10098
NestedObject: schema.NestedAttributeObject{

0 commit comments

Comments
 (0)