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

Deploy infrastructure using makefile configuration #9

Merged
merged 2 commits into from
Aug 8, 2024
Merged

Conversation

aribasadme
Copy link
Owner

No description provided.

Copy link

github-actions bot commented Aug 8, 2024

Terraform Format and Style 🖌success

Terraform Initialization ⚙️success

Terraform Validation 🤖success

Validation Output


Terraform Plan 📖success

Show Plan

terraform
aws_s3_bucket.bucket: Preparing import... [id=riblup-home-management]
aws_s3_bucket.bucket: Refreshing state... [id=riblup-home-management]

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_s3_bucket.bucket will be updated in-place
  # (imported from "riblup-home-management")
  ~ resource "aws_s3_bucket" "bucket" {
        arn                         = "arn:aws:s3:::riblup-home-management"
        bucket                      = "riblup-home-management"
        bucket_domain_name          = "riblup-home-management.s3.amazonaws.com"
        bucket_regional_domain_name = "riblup-home-management.s3.eu-west-3.amazonaws.com"
      + force_destroy               = false
        hosted_zone_id              = "Z3R1K369G5AVDG"
        id                          = "riblup-home-management"
        object_lock_enabled         = false
        region                      = "eu-west-3"
        request_payer               = "BucketOwner"
      ~ tags                        = {
            "Environment"          = "prod"
          + "Product"              = "google-spreadsheet-to-s3"
          + "Terraform"            = "true"
          + "Terraform Repository" = "github.com/aribasadme/google-spreadsheet-to-s3"
        }
      ~ tags_all                    = {
            "Environment"          = "prod"
          + "Product"              = "google-spreadsheet-to-s3"
          + "Terraform"            = "true"
          + "Terraform Repository" = "github.com/aribasadme/google-spreadsheet-to-s3"
        }

        grant {
            id          = "d2adefb81373ceffa797da5c4a255ee187723a3d0254ebcd8c816662d44a223f"
            permissions = [
                "FULL_CONTROL",
            ]
            type        = "CanonicalUser"
        }

        server_side_encryption_configuration {
            rule {
                bucket_key_enabled = false

                apply_server_side_encryption_by_default {
                    sse_algorithm = "AES256"
                }
            }
        }

        versioning {
            enabled    = true
            mfa_delete = false
        }
    }

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

─────────────────────────────────────────────────────────────────────────────

Saved the plan to: ./terraform.plan

To perform exactly these actions, run the following command to apply:
    terraform apply "./terraform.plan"

Pushed by: @aribasadme, Action: pull_request

@aribasadme aribasadme merged commit d2dff0f into main Aug 8, 2024
2 checks passed
@aribasadme aribasadme deleted the dev branch August 8, 2024 08: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.

2 participants