eea119b4113f
Create a module call
Create a module call using the provided resource along with its dependencies
Request body
The id of the resource to be codified using module call
The Terraform asset type (e.g. aws_s3_bucket)
The format of the codified result (e.g. terraform, json)
The MD5 hash of the module path
The protocol to reach the module's repository
The provider of the resource type
The Firefly integration ID where the resource is located
The source type of the module (e.g. private, public)
Whether to use AI to codify the module
Response
Successful module call
Map of file paths to their contents
List of asset types that could not be codified
Asset types present in the module that are not part of the original request
Terraform commands to import the generated module
Terraform import blocks
Whether the module has unknown modules
Potential issues with existing module call considering input and output
The format of the codified result based on the request