Skip to content

Commit

Permalink
terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
colincoleman committed Jan 4, 2019
1 parent ff2a20a commit db6621a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion examples/default/example.tf
Expand Up @@ -51,4 +51,4 @@ output "role_arn" {

output "request_id" {
value = "${module.spotfleet.request_id}"
}
}
1 change: 0 additions & 1 deletion outputs.tf
Expand Up @@ -17,4 +17,3 @@ output "request_id" {
description = "The request id of the spotfleet"
value = "${join(",",coalescelist(aws_spot_fleet_request.small.*.id,aws_spot_fleet_request.small-ipv6.*.id,aws_spot_fleet_request.medium.*.id,aws_spot_fleet_request.medium-ipv6.*.id,aws_spot_fleet_request.large.*.id,aws_spot_fleet_request.large-ipv6.*.id))}"
}

0 comments on commit db6621a

Please sign in to comment.