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 name of apply step in GHA, plan→apply #23

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

Shion1305
Copy link
Member

GHA Apply workflowの中の terragrunt apply のstep名が不適切であったため修正

Copy link

Plan Result (dev)

CI link

Plan: 0 to add, 1 to change, 0 to destroy.
  • Update
    • google_cloud_run_v2_service.cloudrun-dev-main-backend
Change Result (Click me)
  # google_cloud_run_v2_service.cloudrun-dev-main-backend will be updated in-place
  ~ resource "google_cloud_run_v2_service" "cloudrun-dev-main-backend" {
        id                      = "projects/lgtmgen-project/locations/asia-northeast1/services/dev-main-backend"
        name                    = "dev-main-backend"
        # (30 unchanged attributes hidden)

      ~ template {
            # (9 unchanged attributes hidden)

          ~ containers {
                name        = "nginx"
                # (5 unchanged attributes hidden)

              ~ resources {
                  ~ limits            = {
                      - "cpu"    = "1000m" -> null
                        # (1 unchanged element hidden)
                    }
                    # (2 unchanged attributes hidden)
                }

                # (2 unchanged blocks hidden)
            }

            # (2 unchanged blocks hidden)
        }

        # (1 unchanged block hidden)
    }

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

@Shion1305 Shion1305 merged commit bdc48e4 into main Apr 15, 2024
1 check passed
@Shion1305 Shion1305 deleted the fix-ci-apply-step-name branch April 15, 2024 11:22
Copy link

✅ Apply Succeeded (dev)

CI link

Apply complete! Resources: 0 added, 1 changed, 0 destroyed.
Details (Click me)
Acquiring state lock. This may take a few moments...
data.google_iam_policy.noauth: Reading...
google_firestore_database.datastore_mode_database: Refreshing state... [id=projects/lgtmgen-project/databases/(default)]
google_project_service.vision_api: Refreshing state... [id=lgtmgen-project/vision.googleapis.com]
google_storage_bucket.public_image_bucket: Refreshing state... [id=lgtm-public-image-bucket]
google_project_service.firestore_api: Refreshing state... [id=lgtmgen-project/firestore.googleapis.com]
data.google_iam_policy.noauth: Read complete after 0s [id=3450855414]
google_artifact_registry_repository.main-repo: Refreshing state... [id=projects/lgtmgen-project/locations/asia-northeast1/repositories/dev-main]
google_cloud_run_v2_service.cloudrun-dev-main-backend: Refreshing state... [id=projects/lgtmgen-project/locations/asia-northeast1/services/dev-main-backend]
google_firebase_project.default: Refreshing state... [id=projects/lgtmgen-project]
google_project_service.firebase_database: Refreshing state... [id=lgtmgen-project/firebasedatabase.googleapis.com]
google_cloud_run_service_iam_policy.noauth: Refreshing state... [id=v1/projects/lgtmgen-project/locations/asia-northeast1/services/dev-main-backend]
google_firebase_database_instance.default: Refreshing state... [id=projects/lgtmgen-project/locations/asia-southeast1/instances/lgtmgen-project-default-rtdb]

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_cloud_run_v2_service.cloudrun-dev-main-backend will be updated in-place
  ~ resource "google_cloud_run_v2_service" "cloudrun-dev-main-backend" {
        id                      = "projects/lgtmgen-project/locations/asia-northeast1/services/dev-main-backend"
        name                    = "dev-main-backend"
        # (30 unchanged attributes hidden)

      ~ template {
            # (9 unchanged attributes hidden)

          ~ containers {
                name        = "nginx"
                # (5 unchanged attributes hidden)

              ~ resources {
                  ~ limits            = {
                      - "cpu"    = "1000m" -> null
                        # (1 unchanged element hidden)
                    }
                    # (2 unchanged attributes hidden)
                }

                # (2 unchanged blocks hidden)
            }

            # (2 unchanged blocks hidden)
        }

        # (1 unchanged block hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.
google_cloud_run_v2_service.cloudrun-dev-main-backend: Modifying... [id=projects/lgtmgen-project/locations/asia-northeast1/services/dev-main-backend]
google_cloud_run_v2_service.cloudrun-dev-main-backend: Modifications complete after 2s [id=projects/lgtmgen-project/locations/asia-northeast1/services/dev-main-backend]

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