generated from dsb-norge/tf-module-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Actions workflow updates. #11
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chore: Introduce tag and release module workflow. chore: adjust CI wokrflow to run on PR only. We don't need it to run after merge to main once more.
…don't needed in clear text.
Terraform validation summary for environment:
|
Step | Result | |
---|---|---|
⚙️ | Initialization | success |
🖌 | Format and Style | success |
✔ | Validate | success |
🧹 | TFLint | success |
📖 | Plan | N/A |
Plan not available 🤷♀️
Pusher: @Artlvns, 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: @Artlvns, 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: @Artlvns, 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: @Artlvns, Action: pull_request
, Workflow: CI TF Test
Laffs2k5
approved these changes
Nov 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
chore: Introduce tag and release module workflow.
chore: adjust CI wokrflow to run on PR only. We don't need it to run after merge to main once more.
docs: make info om TF docs delimiter to comment as is looks confusing in clear text while delimiter is a comment.