vtknightmare

Results 2 comments of vtknightmare

hey @jmhale, here you go: $ cat main.tf resource "aws_eip" "wireguard" { vpc = true tags = { Name = "wireguard" } } module "wireguard" { source = "[email protected]:vtknightmare/terraform-aws-wireguard.git" ssh_key_id...

per various googling, people are referring to the count variable not being correct maybe? As in perhaps we are referring to something wrong?