Skip to content

Commit

Permalink
Merge pull request #2 from asicsdigital/revert-1-casper-feature-chang…
Browse files Browse the repository at this point in the history
…e-root-block-device-PLAT-3360

Revert "Casper feature change root block device plat 3360"
  • Loading branch information
Falpangaea authored Oct 30, 2019
2 parents 882d085 + 38797c1 commit 1ffd232
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ resource "aws_launch_configuration" "ecs" {
lifecycle {
create_before_destroy = true
}

root_block_device {
volume_size = "${var.aws_ecs_root_block_size}"
}
}

resource "aws_autoscaling_group" "ecs" {
Expand Down
5 changes: 0 additions & 5 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,3 @@ variable "enabled_metrics" {
type = "list"
default = []
}

variable "aws_ecs_root_block_size" {
description = "The size of the aws_launch_configuration.ecs root_block_device volume in gigabytes."
default = "100"
}

0 comments on commit 1ffd232

Please sign in to comment.