Closed thpang closed 1 year ago
This is no longer an issue with viya4-iac-aws. Release 5.0.0 of viya4-iac-aws updated the hashicorp/aws provider to v3.72.0 and the underlying behavior that caused this problem does not occur with the updated provider. See internal ticket IAC-429 for additional details. Closing as resolved with the provider update.
Terraform Version Details
{ "terraform_version": "\"1.1.1\"", "terraform_revision": "null", "terraform_outdated": "true", "provider_selections": "{\"registry.terraform.io/hashicorp/aws\":\"3.43.0\",\"registry.terraform.io/hashicorp/cloudinit\":\"2.2.0\",\"registry.terraform.io/hashicorp/external\":\"2.1.0\",\"registry.terraform.io/hashicorp/kubernetes\":\"2.2.0\",\"registry.terraform.io/hashicorp/local\":\"2.1.0\",\"registry.terraform.io/hashicorp/null\":\"3.1.0\",\"registry.terraform.io/hashicorp/random\":\"3.1.0\",\"registry.terraform.io/hashicorp/template\":\"2.2.0\",\"registry.terraform.io/terraform-aws-modules/http\":\"2.4.1\"}" }
Terraform Variable File Details
Standar var file no changes.
Steps to Reproduce
Set
autoscaling_enabled
tofalse
this generates anull
value for tags in the workers_group_defaults object hereExpected Behavior
The tags value should be at a minimum
var.tags
or an empty set[]
if that will work.Actual Behavior
Throwing this error:
Additional Context
No response
References
No response
Code of Conduct