terraform-nixos #1

Closed
kiara wants to merge 57 commits from terraform-nixos into tf
Showing only changes of commit 3270cc89e7 - Show all commits

View file

@ -65,7 +65,7 @@ module "mastodon" {
source = "./vm"
count = var.mastodon.enable ? 1 : 0
domain = var.domain
hostname = "test02"
hostname = "test06"
config = "mastodon"
initialUser = var.initialUser
nixos-anywhere = var.nixos-anywhere