Skip to content

latest_app_versionを2.2.0にアップデート - #19

Merged
kantacky merged 1 commit into
mainfrom
update-latest-app-version
Aug 4, 2026
Merged

latest_app_versionを2.2.0にアップデート#19
kantacky merged 1 commit into
mainfrom
update-latest-app-version

Conversation

@kantacky

Copy link
Copy Markdown
Member

やったこと

  • latest_app_versionを2.2.0にアップデート
  • valid_app_versionとlatest_app_versionのdescriptionを追加

valid_app_versionとlatest_app_versionのdescriptionを追加
@kantacky kantacky self-assigned this Jul 30, 2026
@kantacky
kantacky requested review from a team, Hosoda-abo, hikaru-0602 and masaya-osuga July 30, 2026 01:39
@github-actions

github-actions Bot commented Jul 30, 2026

Copy link
Copy Markdown
Digger run report at 2026-07-30 01:40:32 (UTC)
Plan output
Terraform will perform the following actions:

  # google_firebase_remote_config_remote_config.basic will be updated in-place
  ~ resource "google_firebase_remote_config_remote_config" "basic" {
        id      = "projects/swift2023groupc/remoteConfig"
        name    = null
        # (2 unchanged attributes hidden)

      - parameters {
          - parameter_name = "valid_app_version" -> null
          - value_type     = "STRING" -> null
            # (1 unchanged attribute hidden)

          - default_value {
              - use_in_app_default = false -> null
              - value              = "2.0.2" -> null
            }
        }
      - parameters {
          - parameter_name = "latest_app_version" -> null
          - value_type     = "STRING" -> null
            # (1 unchanged attribute hidden)

          - default_value {
              - use_in_app_default = false -> null
              - value              = "2.0.3" -> null
            }
        }
      + parameters {
          + description    = "有効な最低アプリバージョン。このバージョンを下回ると強制アップデート画面が表示される。"
          + parameter_name = "valid_app_version"
          + value_type     = "STRING"

          + default_value {
              + use_in_app_default = false
              + value              = "2.0.2"
            }
        }
      + parameters {
          + description    = "最新アプリバージョン。このバージョンを下回るとアップデートを促すダイアログが表示される。ダイアログを表示する必要がなければ最新バージョンを設定する必要はない。"
          + parameter_name = "latest_app_version"
          + value_type     = "STRING"

          + default_value {
              + use_in_app_default = false
              + value              = "2.2.0"
            }
        }

        # (8 unchanged blocks hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.
Terraform plan validation check (modules-firebase-remote-config) Terraform plan validation checks succeeded ✅
Plan summary
CHANGE RESOURCE
update google_firebase_remote_config_remote_config.basic
Instructions

▶️ To apply these changes, run the following command:

digger apply -p modules-firebase-remote-config

⏩ To apply all changes in this PR:

digger apply

🚮 To unlock all projects in this PR:

digger unlock

@kantacky

kantacky commented Aug 4, 2026

Copy link
Copy Markdown
Member Author

digger apply

@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown
Digger run report at 2026-08-04 02:59:32 (UTC)
Apply output
Terraform will perform the following actions:

  # google_firebase_remote_config_remote_config.basic will be updated in-place
  ~ resource "google_firebase_remote_config_remote_config" "basic" {
        id      = "projects/swift2023groupc/remoteConfig"
        name    = null
        # (2 unchanged attributes hidden)

      - parameters {
          - parameter_name = "valid_app_version" -> null
          - value_type     = "STRING" -> null
            # (1 unchanged attribute hidden)

          - default_value {
              - use_in_app_default = false -> null
              - value              = "2.0.2" -> null
            }
        }
      - parameters {
          - parameter_name = "latest_app_version" -> null
          - value_type     = "STRING" -> null
            # (1 unchanged attribute hidden)

          - default_value {
              - use_in_app_default = false -> null
              - value              = "2.0.3" -> null
            }
        }
      + parameters {
          + description    = "有効な最低アプリバージョン。このバージョンを下回ると強制アップデート画面が表示される。"
          + parameter_name = "valid_app_version"
          + value_type     = "STRING"

          + default_value {
              + use_in_app_default = false
              + value              = "2.0.2"
            }
        }
      + parameters {
          + description    = "最新アプリバージョン。このバージョンを下回るとアップデートを促すダイアログが表示される。ダイアログを表示する必要がなければ最新バージョンを設定する必要はない。"
          + parameter_name = "latest_app_version"
          + value_type     = "STRING"

          + default_value {
              + use_in_app_default = false
              + value              = "2.2.0"
            }
        }

        # (8 unchanged blocks hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.
google_firebase_remote_config_remote_config.basic: Modifying... [id=projects/swift2023groupc/remoteConfig]
google_firebase_remote_config_remote_config.basic: Modifications complete after 1s [id=projects/swift2023groupc/remoteConfig]
Releasing state lock. This may take a few moments...

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

@kantacky
kantacky added this pull request to the merge queue Aug 4, 2026
Merged via the queue into main with commit c23914e Aug 4, 2026
5 checks passed
@kantacky
kantacky deleted the update-latest-app-version branch August 4, 2026 06:33
@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown
Digger run report at 2026-08-04 06:34:34 (UTC)
Unlocking successful Project unlocked (fun-dotto/infra#modules-firebase-remote-config).

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