Skip to content

Commit

Permalink
Fix broken example in aws_opsworks_instance docs
Browse files Browse the repository at this point in the history
  • Loading branch information
apparentlymart committed Apr 16, 2016
1 parent 94f338d commit da839e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Provides an OpsWorks instance resource.
## Example Usage

```
aws_opsworks_instance" "my-instance" {
resource "aws_opsworks_instance" "my-instance" {
stack_id = "${aws_opsworks_stack.my-stack.id}"
layer_ids = [
Expand Down

0 comments on commit da839e7

Please sign in to comment.