Terraform Module Integration
Terraform blueprints are designed to integrate with existing Terraform modules and deploy them together as a single set of resources. The autocloud_module resource defines the link between AutoCloud and a module. The autocloud_module resource takes three arguments:
Argument | Description | Required |
name | The reference name for the module in blueprint configs. Characters must be in [a-zA-Z0-9] | Yes |
source | The module source. Can be either a git reference or a registry reference. See module source documentation for details. | Yes |
version | The version of the module to use. Only supported for registry sources, git sources should use ref syntax to pin to specific tag, branch or commit. | No |
The resource has a single attribute, blueprint_config, which is used to configure the display elements and link modules together.
Example using git source:
Example using registry source:
ο»Ώ
