We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.12.20
############################################################################## # Variables ############################################################################## variable resource_group {} variable cluster_id {} variable istio_addon_version {} ############################################################################## # Enable managed istio addon ############################################################################## resource ibm_container_addons istio { cluster = var.cluster_id resource_group_id = var.resource_group addons { name = "istio" version = var.istio_addon_version } addons { name = "kube-terminal" } }
See slack thread in references.
None
When the value for var.istio_addon_version is changed from "1.7" to "1.8", I expect the change to be reflected in the output of terraform plan.
var.istio_addon_version
terraform plan
The resource does not appear in the output of terraform plan. No changes are detected.
Please list the steps required to reproduce the issue, for example:
terraform plan && terraform apply
Testing on a VPC Gen 2 cluster in IBM Cloud.
For more information, here is the slack thread that identified the issue: https://ibm-cloudplatform.slack.com/archives/C53NF5MB4/p1614305528113800
The text was updated successfully, but these errors were encountered:
@evpirnia, Can we close this?
Sorry, something went wrong.
Yes, thank you @kavya498!
No branches or pull requests
Terraform Version
v0.12.20
Affected Resource(s)
Terraform Configuration Files
Debug Output
See slack thread in references.
Panic Output
None
Expected Behavior
When the value for
var.istio_addon_version
is changed from "1.7" to "1.8", I expect the change to be reflected in the output ofterraform plan
.Actual Behavior
The resource does not appear in the output of
terraform plan
. No changes are detected.Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
var.istio_addon_version
to have a value of '1.7'terraform plan && terraform apply
var.istio_addon_version
to have a value of '1.8'terraform plan
-> no changes detected, why?Important Factoids
Testing on a VPC Gen 2 cluster in IBM Cloud.
References
For more information, here is the slack thread that identified the issue: https://ibm-cloudplatform.slack.com/archives/C53NF5MB4/p1614305528113800
The text was updated successfully, but these errors were encountered: