terraform-provider-lxd:用于Terraform的LXD资源提供程序

时间:2024-02-24 07:45:08
【文件属性】:

文件名称:terraform-provider-lxd:用于Terraform的LXD资源提供程序

文件大小:6.47MB

文件格式:ZIP

更新时间:2024-02-24 07:45:08

lxd terraform terraform-provider TerraformGo

terraform-provider-lxd 用于Terraform的LXD资源提供程序 先决条件 安装 该提供程序发布在。 请在按照官方说明在您的Terraform配置中声明提供程序。 快速范例 将以下内容添加到您的Terraform配置中: terraform { required_providers { lxd = { source = " terraform-lxd/lxd " } } } 从源头建造 请按照以下设置Golang开发环境。 使用go get下拉此存储库并编译二进制文件: go get -v -u github.com/terraform-lxd/terraform-provider-lxd 文献资料 完整的文档可以在目录中找到。 已知局限性 许多基地LXD图像不包括SSH服务器,因此terraform将无法执行任何provisioners 。 使用来自ubuntu或ubuntu-daily的基本ubuntu映像,或手动准备包含SSH的基本映像。 贡献者 对这个项目的杰出贡献者的一些认可:


【文件预览】:
terraform-provider-lxd-master
----.goreleaser.yml(1KB)
----.gitignore(116B)
----go.mod(812B)
----Makefile(1KB)
----LICENSE.md(16KB)
----CHANGELOG.md(3KB)
----go.sum(37KB)
----.github()
--------workflows()
----main.go(216B)
----README.md(2KB)
----test-infra()
--------aws()
--------openstack()
--------files()
----docs()
--------index.md(4KB)
--------resources()
----lxd()
--------resource_lxd_network_test.go(9KB)
--------resource_lxd_volume_test.go(4KB)
--------resource_lxd_container_file_test.go(3KB)
--------provider_test.go(10KB)
--------resource_lxd_storage_pool.go(6KB)
--------resource_lxd_network.go(5KB)
--------resource_lxd_snapshot_test.go(5KB)
--------provider.go(21KB)
--------resource_lxd_container.go(20KB)
--------resource_lxd_container_file.go(5KB)
--------resource_lxd_profile.go(5KB)
--------resource_lxd_volume_container_attach_test.go(4KB)
--------import_resource_lxd_container_test.go(1KB)
--------resource_lxd_profile_test.go(12KB)
--------resource_lxd_container_test.go(27KB)
--------resource_lxd_cached_image_test.go(8KB)
--------test-fixtures()
--------import_resource_lxd_profile_test.go(1KB)
--------resource_lxd_snapshot.go(4KB)
--------debug.test(23.5MB)
--------resource_lxd_cached_image.go(7KB)
--------shared.go(9KB)
--------resource_lxd_publish_image.go(6KB)
--------resource_lxd_publish_image_test.go(6KB)
--------import_resource_lxd_storage_pool_test.go(628B)
--------resource_lxd_volume.go(4KB)
--------resource_lxd_volume_container_attach.go(6KB)
--------errors.go(207B)
--------resource_lxd_storage_pool_test.go(4KB)
--------import_resource_lxd_network_test.go(888B)

网友评论