mirror of
https://github.com/jcwimer/multi-cloud-kubernetes
synced 2026-04-01 04:45:45 +00:00
Terraform working with ansible
This commit is contained in:
8
terraform-code/userdata.tf
Normal file
8
terraform-code/userdata.tf
Normal file
@@ -0,0 +1,8 @@
|
||||
variable "zerotier_network" {}
|
||||
|
||||
data "template_file" "user-data" {
|
||||
template = file("./user-data.sh")
|
||||
vars = {
|
||||
zerotier_network = var.zerotier_network
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user