-
Notifications
You must be signed in to change notification settings - Fork 1
Run new version after module ci actions that introduce tf-docs injection into README.md. #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Terraform validation summary for environment:
|
Step | Result | |
---|---|---|
⚙️ | Initialization | success |
🖌 | Format and Style | success |
✔ | Validate | success |
🧹 | TFLint | success |
📖 | Plan | N/A |
Plan not available 🤷♀️
Pusher: @Laffs2k5, Action: pull_request
, Workflow: CI TF Test
Terraform test summary for file:
|
Step | Result | |
---|---|---|
⚙️ | Initialization | success |
🧪 | Tests | success |
Test summary: ✅ "Success! 1 passed, 0 failed."
Show Test Report
Test result for file: integration-test-full.tftest.hcl
overall result: success
exit code: 0
output:
Test: "apply" -----> "pass" ✅
Test summary for file: "Success! 1 passed, 0 failed."
====================================================================================================
Pusher: @Laffs2k5, Action: pull_request
, Workflow: CI TF Test
Terraform test summary for file:
|
Step | Result | |
---|---|---|
⚙️ | Initialization | success |
🧪 | Tests | success |
Test summary: ✅ "Success! 1 passed, 0 failed."
Show Test Report
Test result for file: integration-test-minimal.tftest.hcl
overall result: success
exit code: 0
output:
Test: "apply" -----> "pass" ✅
Test summary for file: "Success! 1 passed, 0 failed."
====================================================================================================
Pusher: @Laffs2k5, Action: pull_request
, Workflow: CI TF Test
Terraform test summary for file:
|
Step | Result | |
---|---|---|
⚙️ | Initialization | success |
🧪 | Tests | success |
Test summary: ✅ "Success! 15 passed, 0 failed."
Show Test Report
Test result for file: unit-tests.tftest.hcl
overall result: success
exit code: 0
output:
Test: "consuption_budget_amount_can_not_be_0" -----> "pass" ✅
Test: "consuption_time_grain_not_allowed_value" -----> "pass" ✅
Test: "consumption_budget_time_grain_default_value" -----> "pass" ✅
Test: "consumption_budget_timegrain_billingannual_allowed" -----> "pass" ✅
Test: "consumption_budget_timegrain_billingmonth_allowed" -----> "pass" ✅
Test: "consumption_budget_timegrain_billingquarter_allowed" -----> "pass" ✅
Test: "consumption_budget_timegrain_annually_allowed" -----> "pass" ✅
Test: "consumption_budget_timegrain_quarterly_allowed" -----> "pass" ✅
Test: "consumption_budget_notification_default_disabled" -----> "pass" ✅
Test: "cost_anomaly_alert_default_not_created" -----> "pass" ✅
Test: "cost_anomaly_alert_created_with_email_receivers" -----> "pass" ✅
Test: "cost_anomaly_alert_name_correct" -----> "pass" ✅
Test: "cost_anomaly_alert_email_receivers_validation" -----> "pass" ✅
Test: "it_should_output_resource_id_for_budget" -----> "pass" ✅
Test: "it_should_output_resource_id_for_cost_anomaly_alert" -----> "pass" ✅
Test summary for file: "Success! 15 passed, 0 failed."
====================================================================================================
Pusher: @Laffs2k5, Action: pull_request
, Workflow: CI TF Test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice 🤩
Run new version after module ci actions that introduce tf-docs injection into README.md.
chore: update actions.yaml - allow PR write to inject TF docs.
docs: auto update of README.md by new action pipeline.