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
Display an error message on the plan phase like it's displayed on the ibm cloud website
Actual Behavior
The script pass the plan phase and produce the following error on the apply phase
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
ibm_is_vpc.test-3: Creating...
ibm_is_vpc.test-1: Creating...
ibm_is_vpc.test: Creating...
ibm_is_vpc.test-2: Creating...
ibm_is_vpc.test: Still creating... [10s elapsed]
ibm_is_vpc.test: Creation complete after 14s [id=r006-e9345eaf-c0e3-4392-af55-1a68cb6a4ba3]
Error: {"errors":[{"code":"bad_field","message":"Invalid json payload provided","target":{"name":"vpcs.vpcs.name","type":"field"}}],"trace":"3d3aad04-ec1d-4306-9c4e-280c7ca54a10"}
on 01_VPC_IBM_main.tf line 16, in resource "ibm_is_vpc" "test-1":
16: resource "ibm_is_vpc" "test-1" {
Error: {"errors":[{"code":"bad_field","message":"Invalid json payload provided","target":{"name":"vpcs.vpcs.name","type":"field"}}],"trace":"84298322-c79a-4215-a21c-0756a6d677d8"}
on 01_VPC_IBM_main.tf line 21, in resource "ibm_is_vpc" "test-2":
21: resource "ibm_is_vpc" "test-2" {
Error: {"errors":[{"code":"bad_field","message":"Invalid json payload provided","target":{"name":"vpcs.vpcs.name","type":"field"}}],"trace":"6b458d15-ba4a-407d-88cc-c28601b79cc9"}
on main.tf line 26, in resource "ibm_is_vpc" "test-3":
26: resource "ibm_is_vpc" "test-3" {
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform plan
terraform apply
Important Factoids
Are there anything atypical about your accounts that we should know? For example: Running in EC2 Classic? Custom version of OpenStack? Tight ACLs?
References
The text was updated successfully, but these errors were encountered:
kavya498
added a commit
to kavya498/terraform-provider-ibm
that referenced
this issue
Feb 13, 2020
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Display an error message on the plan phase like it's displayed on the ibm cloud website
Actual Behavior
The script pass the plan phase and produce the following error on the apply phase
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform plan
terraform apply
Important Factoids
Are there anything atypical about your accounts that we should know? For example: Running in EC2 Classic? Custom version of OpenStack? Tight ACLs?
References
The text was updated successfully, but these errors were encountered: