kislerdm / diagramastext

Application to streamline diagram generation using plain English instructions instead of code
https://diagramastext.dev
Apache License 2.0
24 stars 1 forks source link

34 alerts #37

Closed kislerdm closed 1 year ago

kislerdm commented 1 year ago

Why do we need it

To ensure reliability

What changed

Closes #34

github-actions[bot] commented 1 year ago

Terraform Initialization ⚙️success

Terraform Validation 🤖success

Validation Output ``` Success! The configuration is valid.  ```

Terraform Plan 📖success

Show Plan ``` aws_cloudwatch_dashboard.main: Refreshing state... [id=core] aws_sns_topic.this: Refreshing state... [id=arn:aws:sns:us-east-2:027889758114:core-monitoring] aws_cloudwatch_metric_alarm.request_error_rate: Refreshing state... [id=core-response-error-rate] Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: ~ update in-place Terraform will perform the following actions: # aws_sns_topic.this will be updated in-place ~ resource "aws_sns_topic" "this" { id = "arn:aws:sns:us-east-2:027889758114:core-monitoring" name = "core-monitoring" ~ policy = jsonencode( ~ { - Version = "2008-10-17" -> null # (1 unchanged element hidden) } ) tags = {} # (10 unchanged attributes hidden) } Plan: 0 to add, 1 to change, 0 to destroy. ───────────────────────────────────────────────────────────────────────────── Saved the plan to: /tmp/terraform.tfplan To perform exactly these actions, run the following command to apply: terraform apply "/tmp/terraform.tfplan" ```

Pusher: @kislerdm, Action: pull_request, Workflow: TF:Monitoring

kislerdm commented 1 year ago

@deim thanks for the feedback!