mirror of
https://github.com/idanoo/fediservices.nz-infra
synced 2025-07-02 14:22:15 +00:00
Create infra
This commit is contained in:
parent
1bb150d44e
commit
2d32a3c4bb
9 changed files with 278 additions and 34 deletions
9
template.tf
Normal file
9
template.tf
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Userdata
|
||||
data "template_file" "userdata" {
|
||||
template = file("${path.module}/templates/userdata.tpl")
|
||||
|
||||
vars = {
|
||||
data_root = "/data"
|
||||
volume = aws_ebs_volume.ebs.id
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue