Skip to content

Commit

Permalink
Fixed image size in readme. (cloudposse#2)
Browse files Browse the repository at this point in the history
* Allows labeling with the features of terraform-null-label without using a null resource

* removed null provider

* added self to contributor section

* fixed image size in readme

* removed missing values from outputs
  • Loading branch information
Jamie-BitFlight authored and aknysh committed May 14, 2018
1 parent 901cbc6 commit 80f304d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ or [hire us][hire] to help build your next cloud-platform.
|[![Jamie Nelson][bitflight_img]][bitflight_web]<br/>[Jamie Nelson][bitflight_web] |[![Erik Osterman][erik_img]][erik_web]<br/>[Erik Osterman][erik_web] |[![Igor Rodionov][igor_img]][igor_web]<br/>[Igor Rodionov][igor_img] |[![Konstantin B][konstantin_img]][konstantin_web]<br/>[Konstantin B][konstantin_web] |[![Andriy Knysh][andriy_img]][andriy_web]<br/>[Andriy Knysh][andriy_web] |[![Sergey Vasilyev][sergey_img]][sergey_web]<br/>[Sergey Vasilyev][sergey_web] |
|---|---|---|---|---|---|

[bitflight_img]: https://avatars0.githubusercontent.com/u/25075504?s=400&u=ac7e53bda3706cb9d51907808574b6d342703b3e&v=4
[bitflight_img]: https://avatars0.githubusercontent.com/u/25075504?s=144&u=ac7e53bda3706cb9d51907808574b6d342703b3e&v=4
[bitflight_web]: https://github.com/Jamie-BitFlight

[andriy_img]: https://avatars0.githubusercontent.com/u/7356997?v=4&u=ed9ce1c9151d552d985bdf5546772e14ef7ab617&s=144
Expand Down
10 changes: 0 additions & 10 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,3 @@ output "tags" {

description = "Normalized Tag map"
}

output "tags_asg_propagate_true" {
value = ["${local.tags_asg_propagate_true}"]
description = "Additional tags for adding to EC2 servers in an autoscaling group"
}

output "tags_asg_propagate_false" {
value = ["${local.tags_asg_propagate_false}"]
description = "Additional tags for adding to an autoscaling group"
}

0 comments on commit 80f304d

Please sign in to comment.