To workaround the problem, I pulled the list of keys from the module and not the variable. Broken: output "my_output" { value = { for i in keys(local.items) : i => module.my_module[i].name } } Working: output "my_output" { value = { for i in sort(keys(module.my_module...
{ type = string default ="rg"description ="Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription."}variable"node_count"{ type = number description ="The initial quantity of nodes for the node pool."default =3}variable"msi_id"{...
{# Number of times the resource will be created# defined by the length of the list named regioncount=length(var.region)provider=openstack.ovh# Provider namename="terraform_instances"# Instance nameflavor_name="d2-2"# Instance flavorimage_name="Debian 10"# Image name# element is a function...
node_pool_name- (Optional) The name of node pool. on_demand_base_capacity- (Optional, Int) The minimum number of pay-as-you-go instances that must be kept in the scaling group. Valid values: 0 to 1000. If the number of pay-as-you-go instances is less than the value of this para...
->NOTE:From version 1.16.0, the provider supports Multiple Availability Zones Kubernetes Cluster. To create a cluster of this kind, you must specify 3 or 5 items inmaster_vswitch_idsandmaster_instance_types. ->NOTE:From version 1.20.0, the provider supports disabling internet load balancer for...
'string' numberOfWorkers: int phpVersion: 'string' powerShellVersion: 'string' preWarmedInstanceCount: int publicNetworkAccess: 'string' publishingUsername: 'string' push: { kind: 'string' properties: { dynamicTagsJson: 'string' isPushEnabled: bool tagsRequiringAuth: 'string' tagWhitelistJson: ...
Edit the production limits of multiple items/buildings via a dialog. There is an ingame button to the top-left of the screen ("Limit Prod") that opens up a dialog where each limit can be adjusted ingame (ShortcutF4- configurable). ...
} variable "resource_group_name_prefix" { type = string default = "rg" description = "Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription." } variable "node_count" { type = number description = "The initial quantity of nodes...
Number: As you'd guess, this type is for numbers. Whether you're specifying a count of VMs or defining a size parameter, numbers come in handy. Bool:Short for Boolean, this type is all abouttrueorfalse. Super useful for toggles, like turning on/off a feature in your configuration. ...
Terraform bycharleszippwas unpublished in the Marketplace, and so it disappeared from Azure DevOps. https://marketplace.visualstudio.com/items?itemName=charleszipp.azure-pipelines-tasks-terraform&ssr=false#overview Perhaps we could replace the task with the suggested replacemen...