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
It should be able to create a resource with Small Preset having vCPU 0.5
Actual behavior
Warning: Note: IBM Cloud Databases released new Hosting Models on May 1. All existing multi-tenant instances will have their resources adjusted to Shared Compute allocations during August 2024. To monitor your current resource needs, and learn about how the transition to Shared Compute will impact your instance, see our documentation https://cloud.ibm.com/docs/cloud-databases?topic=cloud-databases-hosting-models
│
│ with module.icd-redis["instance1"].ibm_database.redis_database,
│ on .terraform\modules\icd-redis\main.tf line 57, in resource "ibm_database" "redis_database":
│ 57: resource "ibm_database" "redis_database" {
│
╵
╷
│ Error: Attribute must be a whole number, got 0.5
│
│ with module.icd-redis["instance1"].ibm_database.redis_database,
│ on .terraform\modules\icd-redis\main.tf line 57, in resource "ibm_database" "redis_database":
│ 57: resource "ibm_database" "redis_database" {
│
╵
Steps to reproduce (including links and screen captures)
Do try to create icd with small preset size vCPU 0.5
Run terraform apply
Anything else
By submitting this issue, you agree to follow our Code of Conduct
The text was updated successfully, but these errors were encountered:
Affected modules
*terraform-ibm-icd-redis
Terraform CLI and Terraform provider versions
Terraform output
Debug output
Expected behavior
It should be able to create a resource with Small Preset having vCPU 0.5
Actual behavior
Warning: Note: IBM Cloud Databases released new Hosting Models on May 1. All existing multi-tenant instances will have their resources adjusted to Shared Compute allocations during August 2024. To monitor your current resource needs, and learn about how the transition to Shared Compute will impact your instance, see our documentation https://cloud.ibm.com/docs/cloud-databases?topic=cloud-databases-hosting-models
│
│ with module.icd-redis["instance1"].ibm_database.redis_database,
│ on .terraform\modules\icd-redis\main.tf line 57, in resource "ibm_database" "redis_database":
│ 57: resource "ibm_database" "redis_database" {
│
╵
╷
│ Error: Attribute must be a whole number, got 0.5
│
│ with module.icd-redis["instance1"].ibm_database.redis_database,
│ on .terraform\modules\icd-redis\main.tf line 57, in resource "ibm_database" "redis_database":
│ 57: resource "ibm_database" "redis_database" {
│
╵
Steps to reproduce (including links and screen captures)
Do try to create icd with small preset size vCPU 0.5
terraform apply
Anything else
By submitting this issue, you agree to follow our Code of Conduct
The text was updated successfully, but these errors were encountered: