Skip to content

Commit

Permalink
owner and environment should not computed value (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
buzztaiki authored Sep 29, 2024
1 parent 251fa44 commit 0eb7881
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sentry/resource_sentry_metric_alert.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ func resourceSentryMetricAlert() *schema.Resource {
"environment": {
Type: schema.TypeString,
Optional: true,
Computed: true,
Description: "Perform Alert rule in a specific environment",
},
"dataset": {
Expand Down Expand Up @@ -163,7 +162,6 @@ func resourceSentryMetricAlert() *schema.Resource {
"owner": {
Type: schema.TypeString,
Optional: true,
Computed: true,
Description: "Specifies the owner id of this Alert rule",
},
"internal_id": {
Expand Down

0 comments on commit 0eb7881

Please sign in to comment.