Skip to content

Commit

Permalink
Fix the position of documentation scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
taxpon committed Apr 26, 2019
1 parent 644a638 commit 850642a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 0 additions & 8 deletions website/docs/r/appautoscaling_scheduled_action.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,3 @@ The following arguments are supported:
In addition to all arguments above, the following attributes are exported:

* `arn` - The Amazon Resource Name (ARN) of the scheduled action.

## Import

AutoScaling ScheduledAction can be imported using the `auto-scaling-group-name` and `scheduled-action-name`, e.g.

```
$ terraform import aws_autoscaling_schedule.resource-name auto-scaling-group-name/scheduled-action-name
```
8 changes: 8 additions & 0 deletions website/docs/r/autoscaling_schedule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,11 @@ Set to -1 if you don't want to change the maximum size at the scheduled time.

## Attribute Reference
* `arn` - The ARN assigned by AWS to the autoscaling schedule.

## Import

AutoScaling ScheduledAction can be imported using the `auto-scaling-group-name` and `scheduled-action-name`, e.g.

```
$ terraform import aws_autoscaling_schedule.resource-name auto-scaling-group-name/scheduled-action-name
```

0 comments on commit 850642a

Please sign in to comment.