increase disk size for concourse
This commit is contained in:
parent
1d4011d56f
commit
1ee0bece0f
1 changed files with 1 additions and 0 deletions
|
@ -21,4 +21,5 @@ module "concourse" {
|
||||||
domain_name = "tf-concourse"
|
domain_name = "tf-concourse"
|
||||||
memory = 1024 * 4
|
memory = 1024 * 4
|
||||||
hypervisor_host = "lewis.hyp"
|
hypervisor_host = "lewis.hyp"
|
||||||
|
disk_size = 1024 * 1024 * 1024 * 50
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue