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

fix: pipelines #4

Merged
merged 1 commit into from
Mar 26, 2024
Merged

fix: pipelines #4

merged 1 commit into from
Mar 26, 2024

Conversation

soerenmartius
Copy link
Contributor

Description

Fixes #000.

TODOs

Read the Gruntwork contribution guidelines.

  • Update the docs.
  • Run the relevant tests successfully, including pre-commit checks.
  • Ensure any 3rd party code adheres with our license policy or delete this line if its not applicable.
  • Include release notes. If this PR is backward incompatible, include a migration guide.

Release Notes (draft)

Added / Removed / Updated [X].

Migration Guide

Copy link

github-actions bot commented Mar 26, 2024

Preview of Terragrunt changes in cfbf0ea

🔍 View Details on Terramate Cloud

Changed Stacks

us-east-1/prod/webserver-cluster

Terragrunt Plan

terramate: Entering stack in /prod/us-east-1/prod/webserver-cluster
terramate: Executing command "terragrunt show -no-color out.tfplan"

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_autoscaling_group.webserver_example will be updated in-place
  ~ resource "aws_autoscaling_group" "webserver_example" {
        id                               = "terraform-20240322074702301500000001"
      ~ min_size                         = 3 -> 1
        name                             = "terraform-20240322074702301500000001"
        # (26 unchanged attributes hidden)

        # (3 unchanged blocks hidden)
    }

  # aws_launch_template.webserver_example will be updated in-place
  ~ resource "aws_launch_template" "webserver_example" {
        id                      = "lt-040878ea7ca4fe3b5"
      ~ image_id                = "ami-0e21465cede02fd1e" -> "ami-053053586808c3e70"
      ~ latest_version          = 1 -> (known after apply)
        name                    = "webserver-example-prod20240322050604015500000001"
        tags                    = {}
        # (10 unchanged attributes hidden)
    }

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

@soerenmartius soerenmartius marked this pull request as ready for review March 26, 2024 22:36
@soerenmartius soerenmartius merged commit ca880d0 into main Mar 26, 2024
1 check passed
@soerenmartius soerenmartius deleted the soerenmartius/fix-pipelines branch March 26, 2024 22:39
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