terraform-provider-zerotier:通过Terraform创建,修改和销毁ZeroTier网络和成员

时间:2024-02-19 22:37:33
【文件属性】:

文件名称:terraform-provider-zerotier:通过Terraform创建,修改和销毁ZeroTier网络和成员

文件大小:32KB

文件格式:ZIP

更新时间:2024-02-19 22:37:33

aws network terraform vpn sdn

ZeroTier的Terraform提供商 这使您可以通过Terraform创建,修改和销毁网络和成员。 建造和安装 由于这不是由Hashicorp维护,因此您必须手动安装。 主要有两种方法: 下载发行版 下载并解压缩。 然后,将二进制文件移至terraform插件目录。 没有完全描述这是哪里。 在Mac上,是~/.terraform.d/plugins/darwin_amd64 在Linux上,它是~/.terraform.d/plugins/linux_amd64 在Windows上,它是$APPDATA\terraform.d\plugins\windows_amd64 使用Makefile进行构建 在您的机器上安装 v1.12 +,克隆源,然后让make install完成其余的工作。 苹果 brew install go # or upgrade git clone https://github.com/cormacrelf/terraform-provider-zerotier cd terraform-provider-zerotier make instal


【文件预览】:
terraform-provider-zerotier-master
----.travis.yml(1KB)
----zerotier()
--------resource_zerotier_network.go(7KB)
--------provider.go(2KB)
--------client.go(10KB)
--------resource_zerotier_member.go(6KB)
----main.go(292B)
----.gitignore(22B)
----script.ztr(526B)
----Makefile(3KB)
----go.sum(23KB)
----README.md(18KB)
----scripts()
--------gogetcookie.sh(266B)
--------errcheck.sh(621B)
--------changelog-links.sh(949B)
--------gofmtcheck.sh(493B)
----main.tf(538B)
----go.mod(93B)

网友评论