Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARM TemplateDeployment resource should handle ARM template parameter types other than string #607

Open
tedvanderveen opened this issue Jun 18, 2020 · 1 comment
Labels
kind/enhancement Improvements or new features

Comments

@tedvanderveen
Copy link

As stated in the documentation provided by Microsoft, ARM template parameters can be of various different types; string, securestring, int, bool, object, secureObject, and array. See https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/template-syntax#parameters

At the moment the TemplateDeployment resource type seems to support ARM template parameters of type string:

public readonly parameters!: pulumi.Output<{[key: string]: string} | undefined>;

@mikhailshilkov
Copy link
Member

It looks like it's a limitation of the Terraform provider.

The respective issue is closed "by design", see this comment hashicorp/terraform-provider-azurerm#34 (comment)

@mikhailshilkov mikhailshilkov added the kind/enhancement Improvements or new features label Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

2 participants