latest_app_versionを2.2.0にアップデート - #19
Merged
Merged
Conversation
valid_app_versionとlatest_app_versionのdescriptionを追加
Digger run report at 2026-07-30 01:40:32 (UTC)Plan outputTerraform 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
Instructionsdigger apply -p modules-firebase-remote-config⏩ To apply all changes in this PR: digger apply🚮 To unlock all projects in this PR: digger unlock |
masaya-osuga
approved these changes
Aug 2, 2026
Member
Author
|
digger apply |
Digger run report at 2026-08-04 02:59:32 (UTC)Apply outputTerraform 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.
|
Digger run report at 2026-08-04 06:34:34 (UTC)Unlocking successfulProject unlocked (fun-dotto/infra#modules-firebase-remote-config). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
やったこと