AK
Size: a a a
AK
AK
VT
AS
AS
VT
AS
AS
AC
phone
обязательным, а остальные, чтобы можно было и не задаватьvariable "person" {
type = object({
phone = string
name = string
surname = string
})
}
locals {
person = {
phone = "999-999-999"
}
}
module "some_module" {
source = "../.."
person = local.person
}
VT
name = null
AC
name = null
AK
DK
НС
DK
JK
JK
Acquiring state lock. This may take a few moments...
Error: Incorrect attribute value type
on .terraform/modules/mig/GoogleCloudPlatform-terraform-google-managed-instance-group-fd61bad/main.tf line 26, in resource "google_compute_instance_template" "default":
26: tags = ["${concat(list("allow-ssh"), var.target_tags)}"]
Inappropriate value for attribute "tags": element 0: string required.
Error: Unsupported argument
on .terraform/modules/mig/GoogleCloudPlatform-terraform-google-managed-instance-group-fd61bad/main.tf line 33, in resource "google_compute_instance_template" "default":
33: access_config = ["${var.access_config}"]
An argument named "access_config" is not expected here. Did you mean to define
a block of type "access_config"?
Error: Incorrect attribute value type
on .terraform/modules/mig/GoogleCloudPlatform-terraform-google-managed-instance-group-fd61bad/main.tf line 52, in resource "google_compute_instance_template" "default":
52: scopes = ["${var.service_account_scopes}"]
Inappropriate value for attribute "scopes": element 0: string required.
НС