Fix various bugs
This commit is contained in:
parent
0cf0d1bc83
commit
aeb4f4ab6a
|
@ -49,7 +49,6 @@ man
|
||||||
moreutils
|
moreutils
|
||||||
nodejs
|
nodejs
|
||||||
packer
|
packer
|
||||||
prettier
|
|
||||||
psmisc
|
psmisc
|
||||||
python3-pip
|
python3-pip
|
||||||
pwgen
|
pwgen
|
||||||
|
|
|
@ -38,9 +38,19 @@ source "amazon-ebs" "ubuntu" {
|
||||||
source_ami = "${data.amazon-ami.ubuntu.id}"
|
source_ami = "${data.amazon-ami.ubuntu.id}"
|
||||||
ssh_username = "ubuntu"
|
ssh_username = "ubuntu"
|
||||||
|
|
||||||
tags {
|
tag {
|
||||||
BillingCategory = "Riju"
|
key = "BillingCategory"
|
||||||
BillingCategory = "Riju:AMI"
|
value = "Riju"
|
||||||
|
}
|
||||||
|
|
||||||
|
tag {
|
||||||
|
key = "BillingSubcategory"
|
||||||
|
value = "Riju:AMI"
|
||||||
|
}
|
||||||
|
|
||||||
|
tag {
|
||||||
|
key = "Name"
|
||||||
|
value = "riju-${local.timestamp}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue