@@ -441,7 +441,6 @@ func TestAccIssueAlertResource_basic(t *testing.T) {
441441 statecheck .ExpectKnownValue (rn , tfjsonpath .New ("actions_v2" ), knownvalue .ListExact ([]knownvalue.Check {
442442 knownvalue .ObjectPartial (map [string ]knownvalue.Check {
443443 "notify_email" : knownvalue .ObjectExact (map [string ]knownvalue.Check {
444- "uuid" : knownvalue .NotNull (),
445444 "name" : knownvalue .StringExact ("Send a notification to IssueOwners and if none can be found then send a notification to ActiveMembers" ),
446445 "target_type" : knownvalue .StringExact ("IssueOwners" ),
447446 "target_identifier" : knownvalue .Null (),
@@ -450,7 +449,6 @@ func TestAccIssueAlertResource_basic(t *testing.T) {
450449 }),
451450 knownvalue .ObjectPartial (map [string ]knownvalue.Check {
452451 "notify_email" : knownvalue .ObjectExact (map [string ]knownvalue.Check {
453- "uuid" : knownvalue .NotNull (),
454452 "name" : knownvalue .StringExact ("Send a notification to Team and if none can be found then send a notification to ActiveMembers" ),
455453 "target_type" : knownvalue .StringExact ("Team" ),
456454 "target_identifier" : knownvalue .NotNull (),
@@ -459,13 +457,11 @@ func TestAccIssueAlertResource_basic(t *testing.T) {
459457 }),
460458 knownvalue .ObjectPartial (map [string ]knownvalue.Check {
461459 "notify_event" : knownvalue .ObjectExact (map [string ]knownvalue.Check {
462- "uuid" : knownvalue .NotNull (),
463460 "name" : knownvalue .StringExact ("Send a notification (for all legacy integrations)" ),
464461 }),
465462 }),
466463 knownvalue .ObjectPartial (map [string ]knownvalue.Check {
467464 "opsgenie_notify_team" : knownvalue .ObjectExact (map [string ]knownvalue.Check {
468- "uuid" : knownvalue .NotNull (),
469465 "name" : knownvalue .StringRegexp (regexp .MustCompile (`^Send a notification to Opsgenie account .+ and team .+ with P1 priority$` )),
470466 "account" : knownvalue .NotNull (),
471467 "team" : knownvalue .NotNull (),
@@ -474,7 +470,6 @@ func TestAccIssueAlertResource_basic(t *testing.T) {
474470 }),
475471 knownvalue .ObjectPartial (map [string ]knownvalue.Check {
476472 "pagerduty_notify_service" : knownvalue .ObjectExact (map [string ]knownvalue.Check {
477- "uuid" : knownvalue .NotNull (),
478473 "name" : knownvalue .StringRegexp (regexp .MustCompile (`^Send a notification to PagerDuty account .+ and service .+ with .+ severity$` )),
479474 "account" : knownvalue .NotNull (),
480475 "service" : knownvalue .NotNull (),
@@ -483,7 +478,6 @@ func TestAccIssueAlertResource_basic(t *testing.T) {
483478 }),
484479 knownvalue .ObjectPartial (map [string ]knownvalue.Check {
485480 "slack_notify_service" : knownvalue .ObjectExact (map [string ]knownvalue.Check {
486- "uuid" : knownvalue .NotNull (),
487481 "name" : knownvalue .StringRegexp (regexp .MustCompile (`^Send a notification to the .+ Slack workspace to .+ and show tags .+ and notes .+ in notification$` )),
488482 "workspace" : knownvalue .NotNull (),
489483 "channel" : knownvalue .StringExact ("#general" ),
@@ -494,7 +488,6 @@ func TestAccIssueAlertResource_basic(t *testing.T) {
494488 }),
495489 knownvalue .ObjectPartial (map [string ]knownvalue.Check {
496490 "github_create_ticket" : knownvalue .ObjectExact (map [string ]knownvalue.Check {
497- "uuid" : knownvalue .NotNull (),
498491 "name" : knownvalue .StringRegexp (regexp .MustCompile (`^Create a GitHub issue in .+ with these $` )),
499492 "integration" : knownvalue .NotNull (),
500493 "repo" : knownvalue .StringExact ("terraform-provider-sentry" ),
@@ -507,7 +500,6 @@ func TestAccIssueAlertResource_basic(t *testing.T) {
507500 }),
508501 knownvalue .ObjectPartial (map [string ]knownvalue.Check {
509502 "azure_devops_create_ticket" : knownvalue .ObjectExact (map [string ]knownvalue.Check {
510- "uuid" : knownvalue .NotNull (),
511503 "name" : knownvalue .StringRegexp (regexp .MustCompile (`^Create an Azure DevOps work item in .+ with these $` )),
512504 "integration" : knownvalue .NotNull (),
513505 "project" : knownvalue .StringExact ("123" ),
0 commit comments