-
Task
-
Resolution: Done
-
Undefined
-
None
-
None
-
False
-
-
False
-
ANSTRAT-29 - Add value to Terraform for AAP customers
-
-
Background
All of the resources in the AAP provider have a variables or extra_vars field which is currently treated as JSON. Unfortunately, the story is more complicated. The field can be either JSON or YAML. Controller stores this data as a string and seems to do no formatting, only validation. We need to change these fields to be a string type.
Definition of Done
- AAP provider resources treat variables and extra_vars fields as strings, not JSON
- Provider documentation advises the user that these fields must be either JSON or YAML