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

GCSをbackendとしたtf管理に移行 #30

Merged
merged 1 commit into from
Apr 14, 2024
Merged

GCSをbackendとしたtf管理に移行 #30

merged 1 commit into from
Apr 14, 2024

Conversation

Shion1305
Copy link
Owner

No description provided.

Copy link

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

@Shion1305 Shion1305 merged commit 7553159 into main Apr 14, 2024
3 of 4 checks passed
@Shion1305 Shion1305 deleted the tf-gcs-backend branch April 14, 2024 19:21
Copy link

Plan Result

CI link

Plan: 0 to add, 1 to change, 0 to destroy.
  • Update
    • google_artifact_registry_repository.main-repo
Change Result (Click me)
  # 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.

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 1s [id=projects/lumos-profile-management/locations/asia-northeast1/repositories/main]
Releasing state lock. This may take a few moments...

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant