Skip to content

[glue script][terraform] boolean values in terraform::variables of the config.yaml for the glue script are not properly translated in terraform.tfvars #81

@mpagot

Description

@mpagot

How to reproduce:
Run qesap.py -c config.yaml -b somewhere configure with terraform::variables section of config.yaml to also contain variable like:

terraform:
  variables:
    hana_ha_enabled: true

result in terraform.tfvars to be generated with

hana_ha_enabled = "True"

That is not a valid value for Terraform

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions