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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform CLI and Terraform IBM Provider Version
Affected Resource(s)
ibm_container_addons
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
-addons {
-allowed_upgrade_versions=[
-"1.11",
] ->null-deprecated=false->null-health_state="normal"->null-health_status="Addon Ready. For more info: [http://ibm.biz/addon-state](http://ibm.biz/addon-state) (H1500)"->null-name="istio"->null-target_version="1.12"->null-version="1.10"->null-vlan_spanning_required=false->null
}
+addons {
+allowed_upgrade_versions=[
+"1.11",
]
+deprecated=false+health_state="normal"+health_status="Addon Ready. For more info: [http://ibm.biz/addon-state](http://ibm.biz/addon-state) (H1500)"+name="istio"+target_version="1.12"+version="1.11"
}
Steps to Reproduce
import any existing istion addon with 1.10 version
terraform apply by updating addon version to 1.11
Important Factoids
As of now, provider only supports following
The given addon will be updated only if the version is a target version and is present in allowed_upgrade_versions version.
The given addon will be upgraded (i.e unistall and install) only if the version is a target version and is not present in allowed_upgrade_versions version. Provider should be able to update addon to its allowed_upgrade_versions irrespective of target_version
The text was updated successfully, but these errors were encountered:
Community Note
Terraform CLI and Terraform IBM Provider Version
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Steps to Reproduce
terraform apply
by updating addon version to 1.11Important Factoids
As of now, provider only supports following
target version
and is present inallowed_upgrade_versions
version.target version
and is not present inallowed_upgrade_versions
version.Provider should be able to update addon to its
allowed_upgrade_versions
irrespective of target_versionThe text was updated successfully, but these errors were encountered: