liquibase / liquibase-docs

7 stars 16 forks source link

Update variables.tf #195

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/01e0479e-eef5-48db-b312-b0fb1ad37895/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: + create Terraform will perform the following actions: # aws_s3_object.redirects["/workflows/liquibase-community/test.html"] will be created + resource "aws_s3_object" "redirects" { + bucket = "stage-docsstageliquibasecom-origin" + bucket_key_enabled = (known after apply) + content_type = "text/html" + etag = (known after apply) + force_destroy = false + id = (known after apply) + key = "/workflows/liquibase-community/test.html" + kms_key_id = (known after apply) + server_side_encryption = (known after apply) + storage_class = (known after apply) + tags_all = (known after apply) + version_id = (known after apply) + website_redirect = "/workflows/liquibase-community/automatic-custom-rollbacks.html" } Plan: 1 to add, 0 to change, 0 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 + create%0A%0ATerraform will perform the following actions:%0A%0A # aws_s3_object.redirects["/workflows/liquibase-community/test.html"] will be created%0A + resource "aws_s3_object" "redirects" {%0A + bucket = "stage-docsstageliquibasecom-origin"%0A + bucket_key_enabled = (known after apply)%0A + content_type = "text/html"%0A + etag = (known after apply)%0A + force_destroy = false%0A + id = (known after apply)%0A + key = "/workflows/liquibase-community/test.html"%0A + kms_key_id = (known after apply)%0A + server_side_encryption = (known after apply)%0A + storage_class = (known after apply)%0A + tags_all = (known after apply)%0A + version_id = (known after apply)%0A + website_redirect = "/workflows/liquibase-community/automatic-custom-rollbacks.html"%0A }%0A%0APlan: 1 to add, 0 to change, 0 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