From 0eb788182a4ab9af8a173f13148804cf9869db7f Mon Sep 17 00:00:00 2001 From: Taiki Sugawara Date: Mon, 30 Sep 2024 06:12:50 +0900 Subject: [PATCH] owner and environment should not computed value (#486) --- sentry/resource_sentry_metric_alert.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/sentry/resource_sentry_metric_alert.go b/sentry/resource_sentry_metric_alert.go index 5fbc4a66..3aa29b11 100644 --- a/sentry/resource_sentry_metric_alert.go +++ b/sentry/resource_sentry_metric_alert.go @@ -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": { @@ -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": {