I really hate to necro a 2021 issue in the provide...
# terraform-provider-rancher2
a
I really hate to necro a 2021 issue in the provider, but we are also having a very similar issue with the provider in
eks_config_v2
https://github.com/rancher/terraform-provider-rancher2/issues/730 Changing any value in a
launch_template
causes inconsistent plans and clobbers the
launch_template.version
in some very weird way. We're seeing
~ version = 1 -> 0
in a
terraform plan
which seems incredibly wrong, as it seemingly should result in a
(known after apply)
, given that
version
should be a
Computed: true
field.