network_id"` SubnetID types.String `tfsdk:"subnet_id"` IsAuditLog types.String `tfsdk:"is_audit_log"` Status types.String `tfsdk:"status"` CTime types.String `tfsdk:"ctime"` VipData types.List `tfsdk:"vip_data"` MasterNum types.List `...
schema.Attribute{ "timeouts": timeouts.Attributes(ctx, timeouts.Opts{ Create: true, }), "id": schema.StringAttribute{ Description: "The id of the mysql instance", Computed: true, PlanModifiers: []planmodifier.String{ stringplanmodifier.UseStateForUnknown(), }, }, "port": schema.StringAttrib...
ids- (Optional, ForceNew, Computed) A list of Config Map IDs. name_regex- (Optional, ForceNew) A regex string to filter results by Config Map name. namespace_id- (Required, ForceNew) The NamespaceId of Config Maps. The Id of Namespace.It can contain 2 to 32 characters.The value is...
One of the core strengths of Terraform is its rich set of built-in functions, which empower users to create flexible and reusable configurations. Among these functions, the Terraformmergefunction is particularly powerful, enabling the seamless combination of multiple maps or objects into a single, ...
A. Variable Declaration Define variables for VNets and subnets as maps of objects for structured data input. variable"virtual_networks"{type=map(object({address_space=list(string)name=string}))default={}}variable"subnets"{type=map(object({name=string}))default={}} ...
利用Terraform这把利器,帮助用户节约资源开销,提高从部署到运维的自动化生产力。
function_secret_environment_variables A list of maps which contains key, project_id, secret_name (not the full secret id) and version to assign to the function as a set of secret environment variables. list(map(string)) [] no function_service_account_email The service account to run the ...
4 - You can install custom certificates / secrets on the virtual machine from Key Vault by using the variable os_profile_secrets. The variable accepts a list of maps with the following keys: source_vault_id : The ID of the Key Vault Secret which contains the encrypted Certificate. certificat...
variable "vpc_security_group_ids" { type = "list" } resource "aws_instance" "example" { ami = "${var.ami}" instance_type = "${var.instance_type}" vpc_security_group_ids = "${var.vpc_security_group_ids}" } 1. 2. 3.
问生成具有两个Terraform列表的笛卡尔乘积EN笛卡尔乘积 笛卡尔(Descartes)乘积又叫直积。设A和B是两个...