OK
Size: a a a
OK
OK
+ resource "google_cloudbuild_trigger" "filename-trigger" {
+ create_time = (known after apply)
+ description = "Deploy staging branch to staging cluster"
+ filename = "cloudbuild-deploy.yaml"
+ id = (known after apply)
+ name = "one-staging"
+ project = (known after apply)
+ substitutions = {
+ "_ENV" = "staging"
}
+ trigger_id = (known after apply)
+ github {
+ name = "one"
+ owner = "qwe"
+ push {
+ branch = "^staging$"
}
}
}
DM
os_profile_linux_config {
disable_password_authentication = false
}
os_profile_windows_config {
provision_vm_agent = true
enable_automatic_upgrades = true
winrm {
protocol = "HTTP"
}
}
DM
OB
DM
OB
DM
DM
IB
release
. Изменить на 100variable "mysql-replica-storage-size" {
description = "Storage size of DB Instance"
type = map
default = {
release = "10"
qa = "10"
staging = "100"
production = "100"
}
}
IB
map
переопредилять нельзя?DM
MS
YA
YA
YA
IB
mysql-master-storage-size = [
release = "100"
]
mysql-master-storage-size = {
release = "100"
}
AD
🌠