mirror of
https://github.com/idanoo/fediservices.nz-infra
synced 2025-07-02 06:12:15 +00:00
Add EBS attachment
This commit is contained in:
parent
a689038306
commit
ab30a47e26
2 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,7 @@ data "template_file" "userdata" {
|
|||
template = file("${path.module}/templates/userdata.tpl")
|
||||
|
||||
vars = {
|
||||
region = data.aws_region.current.name
|
||||
data_root = "/data"
|
||||
volume = aws_ebs_volume.ebs.id
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue