Skip to content

Commit 1b4fc4b

Browse files
Merge pull request #21 from step-security/fix/sl/suppression_rule_attr
SupressionRule: Update domain schema to remove it as computed attribute
2 parents 5729b2f + 2a10546 commit 1b4fc4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/provider/resource_github_supression_rule.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ func (r *githubSupressionRuleResource) Schema(_ context.Context, _ resource.Sche
100100
},
101101
"domain": schema.StringAttribute{
102102
Optional: true,
103-
Computed: true,
104103
Description: "The domain to ignore. Can only be set when ip is not set.",
105104
},
106105
},

0 commit comments

Comments
 (0)