Skip to content

Commit

Permalink
Remove arn attribute from aws_appautoscaling_target
Browse files Browse the repository at this point in the history
  - No arn is generated or returned for this resource.
  • Loading branch information
niclic committed Feb 1, 2017
1 parent 1df6770 commit 3700352
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions builtin/providers/aws/resource_aws_appautoscaling_target.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ func resourceAwsAppautoscalingTarget() *schema.Resource {
return
},
},
"arn": &schema.Schema{
Type: schema.TypeString,
Computed: true,
},
"max_capacity": &schema.Schema{
Type: schema.TypeInt,
Required: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ The following arguments are supported:


## Attribute Reference
* `arn` - The ARN assigned by AWS to the scaling policy.
* `name` - The scaling policy's name.

0 comments on commit 3700352

Please sign in to comment.