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

GHA: configure content:write permission for apply #29

Merged
merged 1 commit into from
Apr 14, 2024

Conversation

Shion1305
Copy link
Owner

No description provided.

Copy link

Deployed on https://stg-pr-29-7mkhemzidq-an.a.run.app

@Shion1305 Shion1305 merged commit ed2607b into main Apr 14, 2024
3 checks passed
@Shion1305 Shion1305 deleted the apply-permission-ci branch April 14, 2024 18:49
Copy link

✅ Apply Succeeded

CI link

Apply complete! Resources: 0 added, 1 changed, 0 destroyed.
Details (Click me)
google_artifact_registry_repository.main-repo: Refreshing state... [id=projects/lumos-profile-management/locations/asia-northeast1/repositories/main]

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:

  # google_artifact_registry_repository.main-repo will be updated in-place
  ~ resource "google_artifact_registry_repository" "main-repo" {
      ~ cleanup_policy_dry_run = true -> false
        id                     = "projects/lumos-profile-management/locations/asia-northeast1/repositories/main"
        name                   = "main"
        # (12 unchanged attributes hidden)

      + cleanup_policies {
          + action = "DELETE"
          + id     = "delete"

          + condition {
              + older_than            = "1209600s"
              + package_name_prefixes = []
              + tag_prefixes          = []
              + tag_state             = "ANY"
              + version_name_prefixes = []
                # (1 unchanged attribute hidden)
            }
        }
      + cleanup_policies {
          + action = "KEEP"
          + id     = "keep-minimum-versions"

          + most_recent_versions {
              + keep_count            = 5
              + package_name_prefixes = []
            }
        }
    }

Plan: 0 to add, 1 to change, 0 to destroy.
google_artifact_registry_repository.main-repo: Modifying... [id=projects/lumos-profile-management/locations/asia-northeast1/repositories/main]
google_artifact_registry_repository.main-repo: Modifications complete after 2s [id=projects/lumos-profile-management/locations/asia-northeast1/repositories/main]

Apply complete! Resources: 0 added, 1 changed, 0 destroyed.

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