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: update sync-team cli flag #668

Merged
merged 1 commit into from
Mar 3, 2025
Merged

Conversation

marcoieni
Copy link
Member

@marcoieni marcoieni commented Mar 3, 2025

@marcoieni
Copy link
Member Author

  # aws_codebuild_project.sync_team will be updated in-place
  ~ resource "aws_codebuild_project" "sync_team" {
        id                     = "arn:aws:codebuild:us-west-1:890664054962:project/sync-team"
        name                   = "sync-team"
        tags                   = {}
        # (10 unchanged attributes hidden)

      ~ source {
          ~ buildspec           = <<-EOT
                ---
                version: 0.2
                phases:
                  build:
                    commands:
              -       - sync-team --live
              +       - sync-team apply
            EOT
            # (4 unchanged attributes hidden)
        }

        # (4 unchanged blocks hidden)
    }

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

applied

@marcoieni marcoieni merged commit 8ffe691 into master Mar 3, 2025
3 checks passed
@marcoieni marcoieni deleted the fix-update-sync-team-cli-flag branch March 3, 2025 09:28
@marcoieni
Copy link
Member Author

now sync-team works again 👍

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