Closed shreejam21 closed 4 months ago
Error Description
Error: Expected only one oneOf fields to be set: got 0
│
│ with module.ibm_is_instance.ibm_is_instance.vpcinstance,
│ on ..\..\main.tf line 53, in resource "ibm_is_instance" "vpcinstance":
│ 53: resource "ibm_is_instance" "vpcinstance" {
│
│ ---
│ id: terraform-cc6801cd
│ summary: 'Expected only one oneOf fields to be set: got 0'
│ severity: error
│ resource: ibm_is_instance
│ operation: create
│ component:
│ name: github.com/IBM-Cloud/terraform-provider-ibm
│ version: 1.67.1
│ ---
Please help !
@shreejam21 Could you please enable the Debug logs and share it ? export TF_LOG=Debug terraform apply
Its resolved - it was typo !
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.
Debug Output
Panic Output
Expected Behavior
Actual Behavior
Steps to Reproduce
terraform apply
Important Factoids
References
0000