Matthew Schuchard
Matthew Schuchard
#### Overview of the Issue AzureRM Builder plugin package If a `virtual_network_name` value is assigned with multiple subnets associated with that vnet, then an [error](https://github.com/hashicorp/packer-plugin-azure/blob/1b209f585b32e3a4b9fbe5b990e35d9892dd3e92/builder/azure/arm/resource_resolver.go#L139) is correctly returned. If additionally...
### Current Terraform Version ``` 0.12.26 ``` ### Use-cases In Terraform template files, we could use an `else if` expression in addition to if and else. ### Attempted Solutions We...
### Module version ``` 1.15.1 ``` ### Relevant provider source code ```go // schema Parameters: []function.Parameter{ function.Float64Parameter{ Name: "number", Description: "Input number parameter for determining the rounding.", }, }, //...
At the moment the documentation contains multiple types for the `function` package with names such as `ParameterWithValidators`. These types are also (of course) public. These types contain member fields for...