Skip to content
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

chore: remove demo resources #84

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

soerenmartius
Copy link
Contributor

No description provided.

@soerenmartius soerenmartius requested a review from a team as a code owner March 8, 2024 11:15
Copy link

github-actions bot commented Mar 8, 2024

Preview of Terraform changes in d319c4c

🔍 View Details on Terramate Cloud

Changed Stacks

stacks/s3/terramate-demo

Terraform Plan

terramate: Entering stack in /stacks/s3/terramate-demo
terramate: Executing command "terraform show -no-color out.tfplan"

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_bucket.terramate_awesome_demo will be destroyed
  # (because aws_s3_bucket.terramate_awesome_demo is not in configuration)
  - resource "aws_s3_bucket" "terramate_awesome_demo" {
      - acl                         = "private" -> null
      - arn                         = "arn:aws:s3:::terramate-awesome-demo" -> null
      - bucket                      = "terramate-awesome-demo" -> null
      - bucket_domain_name          = "terramate-awesome-demo.s3.amazonaws.com" -> null
      - bucket_regional_domain_name = "terramate-awesome-demo.s3.us-east-1.amazonaws.com" -> null
      - force_destroy               = false -> null
      - hosted_zone_id              = "Z3AQBSTGFYJSTF" -> null
      - id                          = "terramate-awesome-demo" -> null
      - object_lock_enabled         = false -> null
      - region                      = "us-east-1" -> null
      - request_payer               = "BucketOwner" -> null
      - tags                        = {} -> null
      - tags_all                    = {} -> null

      - grant {
          - id          = "9da783ff7be6e9971d5ad7ce8956eb03ea19ecbe4c1250ace4ad596753f83e80" -> null
          - permissions = [
              - "FULL_CONTROL",
            ] -> null
          - type        = "CanonicalUser" -> null
        }

      - server_side_encryption_configuration {
          - rule {
              - bucket_key_enabled = false -> null

              - apply_server_side_encryption_by_default {
                  - sse_algorithm = "AES256" -> null
                }
            }
        }

      - versioning {
          - enabled    = false -> null
          - mfa_delete = false -> null
        }
    }

Plan: 0 to add, 0 to change, 1 to destroy.

@soerenmartius soerenmartius merged commit e914de7 into main Mar 8, 2024
1 check passed
@soerenmartius soerenmartius deleted the soerenmartius/remove-demo-resources branch March 8, 2024 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant