I have the following in my resource config:
resource "cloudstack_instance" "test_box" {
name = test-box-0
display_name = "test-box-0"
details = {cpuNumber = "4", memory = "4096"}
}
but I get this error when I try to apply. I have tried several different ways and it still fails.
│ Error: Error creating the new instance test-box-0: invalid character '<' looking for beginning of value
│
│ with cloudstack_instance.test_box[0],
│ on main.tf line 46, in resource "cloudstack_instance" "test_box":
│ 46: resource "cloudstack_instance" "test_box" {
I'm running this agains the latest provider version 0.5.0 and on CS 4.19.1.0
@vishesh92 I see the most recent commit that is related to this, and was hoping you might have some insight as to why I'm not able to get this to work?
I have the following in my resource config:
but I get this error when I try to apply. I have tried several different ways and it still fails.
I'm running this agains the latest provider version 0.5.0 and on CS 4.19.1.0
@vishesh92 I see the most recent commit that is related to this, and was hoping you might have some insight as to why I'm not able to get this to work?