ISSUE-5702: Fixed the testing

pull/5787/head
Andy Chan 10 years ago
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…
Cancel
Save