regions- (Optional, List) The region collection to which the instance belongs. Valid only when resourceMode is set to attributeMode. Wildcard characters are supported. If the region collection filter item is an empty array, it means that you do not need to filter by region, and all instance...
After any nested objects representing the labels, finally one more nested object represents the body of the block itself. In the above examples, thedefaultargument forvariable "example"and theinstance_typeandamiarguments forresource "aws_instance" "example"are specified. ...
{string:'str',number:123,boolean:true,stringList:['str1','str2','str3'],numberList:[111,222,333],booleanList:[true,false,true],tuple:['str',123,true],object:{arg1:'str',arg2:123,arg3:true},objectList:[{arg1:'str'},{arg1:'str'}],objectListForVariable:list({arg1:'str'},{...
description - (Optional) The description of the custom list. items - (Optional, List) The items in the custom list, which are displayed as an array. kind - (Optional, ForceNew) The type of the custom list. name - (Required) The name of the custom list. Attributes Reference The followi...
Here’s an example YAML file that contains a property that contains an Array of objects: monitors: - name: CPU Usage type: cpu threshold: 80 - name: Memory Usage type: memory threshold: 75 Here’s some example Terraform code that decodes this YAML and uses it to configure multiple instan...
Once enabled, you can connect to your AKS cluster, deploy applications, and create Ingress objects with appropriate annotations for routing. There are some limitations to be aware of, such as the maximum number of supported Azure DNS zones and namespace editing restri...
The Collection types in Terraform as similar to the programming construct called an Array. They allow you to group multiple values of the same type into single variable value. There are three kinds of Collection types in Terraform: list(...)– A sequence of values identified by an index star...
matchValues The match value for the condition of the delivery rule string[] negateCondition Describes if this is negate condition or not bool operator Describes operator to be matched 'Equal' (required) transforms List of transforms String array containing any of:'Lowercase''RemoveNulls''Trim...
array containing the definition of one or more model deployments in the deployments variable. for more information on model deployments, see create a resource and deploy a model using azure openai . the openai_deployments variable in the terraform/infra/variables.tf file...
The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's command = lookup(container.value, "command", null ) # Type: ['list', 'string'] Optional # Entrypoint array. Not executed within a shell. The docker image's ...