You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For reasons we had to disable api_subnet_allow_list for a short period of time.
unfortunately when running "apply" now the values are not propagated again.
Expected behavior
I would expect the api_subnet_allow_list to represent my configuration after apply again.
Environment
Terraform version:
OpenTofu v1.8.8
on alpine 3.12
Provider version:
6.6.9
The text was updated successfully, but these errors were encountered:
For reasons we had to disable api_subnet_allow_list - What do you mean by disabling api_subnet_allow_list? Did you remove the attribute from the configuration? Did you set the attribute to an empty list?
unfortunately when running "apply" now the values are not propagated again. - What do you mean by values are not propagated again? Does terraform plan show some changes and running terraform apply has no effect? The changes are not applied?
I'm interested in the exact changes you did to the configuration (what you removed or set) and how Terraform reacts to those changes, i.e maybe something like: I removed api_subnet_allow_list , I ran terraform plan, a change was suggested, I ran terraform apply but the change was not applied.
hi @adeatcu-ionos I deployed the configuration by running
terraform apply
Afterwards we realized that we had an issue with our VPN setup so that we were unable to access the control plane from offsite locations. So we cleared the field via the UI (DCD).
Now when I run
terraform plan
It does not show any proposed changes to the cluster ressource and after terraform apply it is not as declared.
@spralexx thank you! With the extra information I was able to reproduce the problem and we will make a fix for it, but until then, unfortunately, I can't recommend you any workarounds other than modifying the field via DCD/API to match the desired value.
Description
I've got a k8s-cluster defined in TF as follows:
For reasons we had to disable api_subnet_allow_list for a short period of time.
unfortunately when running "apply" now the values are not propagated again.
Expected behavior
I would expect the api_subnet_allow_list to represent my configuration after apply again.
Environment
Terraform version:
Provider version:
The text was updated successfully, but these errors were encountered: