Map of maps. Keys are names of descriptors. Values are maps of the form{<br/> format = string<br/> labels = list(string)<br/>}(Type is any so the map values can later be enhanced to provide additional options.)format is a Terraform format string to be passed to the format() ...
Example Properties PropertyDescription nameThe name of the topic partitionsThe number of partitions the topic should have replication_factorThe number of replicas the topic should have configA map of stringK/V attributes You can import topics with the following ...
Example usage: terraformer import aws --resources=s3 --filter="Name=tags.Abc" --regions=eu-west-1 Will only import the s3 resources that have tag Abc. This form of filters can help when the field values are not important from filtering perspective. Field with dots It is possible to fil...
调用(例如:http://example.com:12345)。 使用“*”允许所有。 string[] supportCredentials 获取或设置是否允许使用凭据的 CORS 请求。 看https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Requests_with_credentials有关详细信息。 bool DaprConfig 展开表 名字描述价值 appId Dapr 应用程序标识符 字符...
map.go Avoid SIGSEGV in map.go 3年前 rso.go Fix panic 3年前 screenshot.go Update so image generation works with Docker 3年前 server.go Http server now shuts down after image generated with -genImage true. … 3年前 zip.go Fix output string for UI. Use relative API endpoint for UI ...
rule_name- (Required, ForceNew) The name of the event rule. filter_pattern- (Required) The pattern to match interested events. Event mode, JSON format. The value description is as follows:stringEqualmode.stringExpressionmode. Each field has up to 5 expressions (map structure). ...
{ description = "Map of the tags to use for the resources that are deployed" type = map(string) default = { environment = "codelab" } } variable "application_port" { description = "Port that you want to expose to the external load balancer" default = 80 } variable "admin_user" { ...
Azure Kubernetes Service: A public or privateAzure Kubernetes Service(AKS)cluster composed of a: Asystemnode pool in a dedicated subnet. The default node pool hosts only critical system pods and services. The worker nodes have node taint which prevents application pods...
Terraform 0.12 introduces a new construct called a for expression, which allows the construction of a list or map by transforming and filtering elements in another list or map. The example below shows this in use: # Configuration for Terraform 0.12 ...
the name of the chatgpt deployment used by your azure openai resource, for example gpt-35-turbo . azure_openai_model : the name of the chatgpt model used by your azure openai resource, for example gpt-35-turbo . title : the title of the streamlit app. ...