terraform-aws-key-pair:自动生成SSH密钥对(公共私钥)的Terraform模块

时间:2024-02-19 20:35:47
【文件属性】:

文件名称:terraform-aws-key-pair:自动生成SSH密钥对(公共私钥)的Terraform模块

文件大小:35KB

文件格式:ZIP

更新时间:2024-02-19 20:35:47

aws terraform ssh-keys ssh-keygen terraform-modules

terraform-aws-key-pair 用于生成SSH公钥文件或将SSH公钥文件导入AWS的Terraform模块。 该项目是我们针对DevOps的全面方法的一部分。 它是100%开源的,并根据许可。 从字面上看,我们有,它们都是开源的并且维护良好。 去看一下! 用法 重要信息: master分支中使用source只是作为一个例子。 在您的代码中,请勿固定master因为在发行版之间可能会有重大更改。 而是固定到我们之一的发行版标签(例如?ref=tags/xyz )。 module " ssh_key_pair " { source = " git::https://github.com/cloudposse/terraform-aws-key-pair.git?ref=master " namespace = " eg " stage = " prod " name = " app " ssh_public_key_path


【文件预览】:
terraform-aws-key-pair-master
----.gitignore(117B)
----context.tf(5KB)
----main.tf(1KB)
----Makefile(388B)
----variables.tf(826B)
----README.yaml(2KB)
----LICENSE(11KB)
----outputs.tf(1KB)
----.github()
--------PULL_REQUEST_TEMPLATE.md(573B)
--------CODEOWNERS(689B)
--------ISSUE_TEMPLATE()
--------workflows()
----examples()
--------import-key()
--------complete()
----README.md(19KB)
----versions.tf(159B)
----docs()
--------targets.md(349B)
--------terraform.md(4KB)
----renovate.json(41B)
----test()
--------.gitignore(14B)
--------Makefile.alpine(153B)
--------Makefile(1KB)
--------src()

网友评论