Skip to content

feat(TICKET-1): bump app_version to 1.1.0, add beta_checkout flag#6

Merged
Lexxick merged 1 commit into
mainfrom
TICKET-1/bump-app-version-1.1.0
Mar 17, 2026
Merged

feat(TICKET-1): bump app_version to 1.1.0, add beta_checkout flag#6
Lexxick merged 1 commit into
mainfrom
TICKET-1/bump-app-version-1.1.0

Conversation

@Lexxick

@Lexxick Lexxick commented Mar 17, 2026

Copy link
Copy Markdown
Owner

Changes

  • app_version: 1.0.0 → 1.1.0
  • Added beta_checkout feature flag

Checklist

  • Ran terraform plan locally — output verified
  • Only intended resources affected

Closes #1

@github-actions

Copy link
Copy Markdown

Terraform Plan

Show Plan Output

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:

  # module.app_config.local_file.app_config will be created
  + resource "local_file" "app_config" {
      + content              = (known after apply)
      + content_base64sha256 = (known after apply)
      + content_base64sha512 = (known after apply)
      + content_md5          = (known after apply)
      + content_sha1         = (known after apply)
      + content_sha256       = (known after apply)
      + content_sha512       = (known after apply)
      + directory_permission = "0777"
      + file_permission      = "0777"
      + filename             = "./output/test-config.json"
      + id                   = (known after apply)
    }

  # module.app_config.local_file.deployment_summary will be created
  + resource "local_file" "deployment_summary" {
      + content              = <<-EOT
            ==============================
            Environment : test
            App Version : 1.1.0
            Replicas    : 2
            Feature Flags:
                  - beta_checkout: true
                  - dark_mode: true
                  - new_dashboard: true
                ==============================
        EOT
      + content_base64sha256 = (known after apply)
      + content_base64sha512 = (known after apply)
      + content_md5          = (known after apply)
      + content_sha1         = (known after apply)
      + content_sha256       = (known after apply)
      + content_sha512       = (known after apply)
      + directory_permission = "0777"
      + file_permission      = "0777"
      + filename             = "./output/test-summary.txt"
      + id                   = (known after apply)
    }

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

Changes to Outputs:
  + config_path = "./output/test-config.json"

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

Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.

Verify the changes above, then merge to apply.

@Lexxick
Lexxick merged commit 1b76d71 into main Mar 17, 2026
1 check passed
@Lexxick
Lexxick deleted the TICKET-1/bump-app-version-1.1.0 branch March 17, 2026 14:21
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