mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-09 23:54:17 -06:00
ISSUE-5702: Fixed the testing
This commit is contained in:
parent
76adbefb95
commit
4115249ce3
@ -29,10 +29,10 @@ func resourceAwsCloudWatchEventTarget() *schema.Resource {
|
||||
},
|
||||
|
||||
"target_id": &schema.Schema{
|
||||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
Computed: true,
|
||||
ForceNew: true,
|
||||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
Computed: true,
|
||||
ForceNew: true,
|
||||
ValidateFunc: validateCloudWatchEventTargetId,
|
||||
},
|
||||
|
||||
|
@ -166,7 +166,7 @@ resource "aws_cloudwatch_event_target" "moobar" {
|
||||
}
|
||||
|
||||
resource "aws_sns_topic" "moon" {
|
||||
name = "tf-acc-moon-1"
|
||||
name = "tf-acc-moon"
|
||||
}
|
||||
`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user