mark_module_as_published
Validate and mark a Terraform module version as production-ready for deployment, after previewing with push_preview_module_to_facets_cp.
Instructions
Publish a production-ready module version. This marks the module as publishable for production.
Note: Always use push_preview_module_to_facets_cp() to test the module before publishing.
Args:
module_path (str): The path to the module.
skip_terraform_validation_if_provider_not_found (bool): Flag to skip terraform validation during the process - send as true only if you see "Provider configuration not present" while validating.
Returns:
str: A JSON string with the output from the FTF command execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module_path | Yes | ||
| skip_terraform_validation_if_provider_not_found | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |