liquibase / liquibase-docs

7 stars 16 forks source link

Update variables.tf #196

Closed jandroav closed 10 months ago

github-actions[bot] commented 10 months ago

Terraform Format and Style 🖌success

Terraform Initialization ⚙️success

Terraform Validation 🤖success

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

Terraform Plan 📖success

Show Plan ``` [command]/home/runner/work/_temp/4b3a6a69-e201-4eaa-aecf-9403199865bc/terraform-bin show -no-color plan.tmp Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: - destroy Terraform will perform the following actions: # aws_s3_object.redirects["/workflows/liquibase-community/test.html"] will be destroyed # (because key ["/workflows/liquibase-community/test.html"] is not in for_each map) - resource "aws_s3_object" "redirects" { - bucket = "stage-docsstageliquibasecom-origin" -> null - bucket_key_enabled = false -> null - content_type = "text/html" -> null - etag = "d41d8cd98f00b204e9800998ecf8427e" -> null - force_destroy = false -> null - id = "/workflows/liquibase-community/test.html" -> null - key = "/workflows/liquibase-community/test.html" -> null - metadata = {} -> null - server_side_encryption = "AES256" -> null - storage_class = "STANDARD" -> null - tags = {} -> null - tags_all = {} -> null - version_id = "null" -> null - website_redirect = "/workflows/liquibase-community/automatic-custom-rollbacks.html" -> null } Plan: 0 to add, 0 to change, 1 to destroy. ::debug::Terraform exited with code 0. ::debug::stdout: %0ATerraform used the selected providers to generate the following execution%0Aplan. Resource actions are indicated with the following symbols:%0A - destroy%0A%0ATerraform will perform the following actions:%0A%0A # aws_s3_object.redirects["/workflows/liquibase-community/test.html"] will be destroyed%0A # (because key ["/workflows/liquibase-community/test.html"] is not in for_each map)%0A - resource "aws_s3_object" "redirects" {%0A - bucket = "stage-docsstageliquibasecom-origin" -> null%0A - bucket_key_enabled = false -> null%0A - content_type = "text/html" -> null%0A - etag = "d41d8cd98f00b204e9800998ecf8427e" -> null%0A - force_destroy = false -> null%0A - id = "/workflows/liquibase-community/test.html" -> null%0A - key = "/workflows/liquibase-community/test.html" -> null%0A - metadata = {} -> null%0A - server_side_encryption = "AES256" -> null%0A - storage_class = "STANDARD" -> null%0A - tags = {} -> null%0A - tags_all = {} -> null%0A - version_id = "null" -> null%0A - website_redirect = "/workflows/liquibase-community/automatic-custom-rollbacks.html" -> null%0A }%0A%0APlan: 0 to add, 0 to change, 1 to destroy.%0A ::debug::stderr: ::debug::exitcode: 0 ```

Pusher: @jandroav, Action: pull_request, Working Directory: /home/runner/work/liquibase-docs/liquibase-docs, Workflow: Publish Redirects to Staging for Docs