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

Deployment CRM does not convert bool, NoneType, or Sequence correctly #1920

Closed
araghukas opened this issue Jan 29, 2024 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@araghukas
Copy link
Contributor

The issue arises from this line, where the value is substituted inside a quoted string.

While terraform can convert some strings into other types, it does not convert e.g. "[]" to the empty list, "None" to null, "True" to true, nor "False" to false. This leads to errors when deploying AzureBatch, for example, which has a boolean default create_batch_account.

(Tested with terraform version 1.7.1)

@araghukas araghukas added the bug Something isn't working label Jan 29, 2024
@araghukas araghukas self-assigned this Jan 29, 2024
@santoshkumarradha
Copy link
Contributor

closed by #1921

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants