adamant-student-25512
05/08/2024, 4:28 PMeks_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.