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

Remove demo resources #37

Merged
merged 1 commit into from
Feb 27, 2024
Merged

Conversation

soerenmartius
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented Feb 27, 2024

Preview of Terraform changes in af5e54f

Changed Stacks

stacks/us-east-1/s3/another-s3-test
stacks/us-east-1/s3/s3-test

Terraform Plan

terramate: Entering stack in /stacks/us-east-1/s3/another-s3-test
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.private_bucket will be destroyed
  # (because aws_s3_bucket.private_bucket is not in configuration)
  - resource "aws_s3_bucket" "private_bucket" {
      - acl                         = "private" -> null
      - arn                         = "arn:aws:s3:::some-terramate-private-bucket" -> null
      - bucket                      = "some-terramate-private-bucket" -> null
      - bucket_domain_name          = "some-terramate-private-bucket.s3.amazonaws.com" -> null
      - bucket_regional_domain_name = "some-terramate-private-bucket.s3.us-east-1.amazonaws.com" -> null
      - force_destroy               = false -> null
      - hosted_zone_id              = "Z3AQBSTGFYJSTF" -> null
      - id                          = "some-terramate-private-bucket" -> 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.
terramate: Entering stack in /stacks/us-east-1/s3/s3-test
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.s3_bucket will be destroyed
  # (because aws_s3_bucket.s3_bucket is not in configuration)
  - resource "aws_s3_bucket" "s3_bucket" {
      - acl                         = "private" -> null
      - arn                         = "arn:aws:s3:::terramate-s3-test" -> null
      - bucket                      = "terramate-s3-test" -> null
      - bucket_domain_name          = "terramate-s3-test.s3.amazonaws.com" -> null
      - bucket_regional_domain_name = "terramate-s3-test.s3.us-east-1.amazonaws.com" -> null
      - force_destroy               = false -> null
      - hosted_zone_id              = "Z3AQBSTGFYJSTF" -> null
      - id                          = "terramate-s3-test" -> 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 marked this pull request as ready for review February 27, 2024 17:09
@soerenmartius soerenmartius requested a review from a team as a code owner February 27, 2024 17:09
@soerenmartius soerenmartius merged commit ed6cc40 into main Feb 27, 2024
1 check passed
@soerenmartius soerenmartius deleted the soerenmartius/cleanup-resources branch February 27, 2024 17:09
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