I have tried the example configuration in heira5/test-fixtures directory but I keep getting the following error when using the example data
│ Error: key 'aws_tags''s lookup returned invalid JSON: ''
│
│ with data.hiera5_hash.aws_tags,
│ on main.tf line 24, in data "hiera5_hash" "aws_tags":
│ 24: data "hiera5_hash" "aws_tags" {
And the terraform code for this test is shown below:
Hi there,
I have tried the example configuration in
heira5/test-fixtures
directory but I keep getting the following error when using the example dataAnd the terraform code for this test is shown below:
What am I doing wrong?