terraform:公共Terraform模块存储库

时间:2024-05-04 00:39:06
【文件属性】:

文件名称:terraform:公共Terraform模块存储库

文件大小:47KB

文件格式:ZIP

更新时间:2024-05-04 00:39:06

HCL

地貌 该存储库包含可与结合使用的terraform模块。 Terragrunt允许您通过一次定义版本化的模块并在terragrunt配置文件中重新使用那些模块,来使Terraform后端配置保持DRY(“不要重复自己”)。 用法 创建一个terragrunt.hcl文件: # Use Terragrunt to download the module code terraform { source = " git::https://github.com/vwt-digital/terraform.git//path/to/module?ref=v0.0.1 " } # Fill in the variables for that module inputs = { foo = " bar " baz = 3 } 确保源指向正确的模块(即路径)和版本(即标签)。 将所有公开


【文件预览】:
terraform-develop
----modules()
--------databricks_workspace()
--------data_factory_http_to_blob()
--------iam()
--------databricks_cluster()
--------monitoring()
--------data_lake_storage()
--------recovery_services_vault()
--------virtual_network()
--------cost_management()
--------analysis_services()
--------azure_sql()
--------resource_group()
--------data_factory()
--------audit_logging_storage()
--------stream_analytics()
--------synapse_analytics()
--------key_vault()
--------event_hub()
--------virtual_machine()
----LICENSE(34KB)
----README.md(2KB)
----.gitignore(716B)

网友评论