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
│ Error: [ERROR] terraform-provider-alicloud/alicloud/resource_alicloud_ram_role.go:208:
│ [ERROR] terraform-provider-alicloud/alicloud/service_alicloud_ram.go:90:
│ json: cannot unmarshal array into Go struct field RolePolicyStatement.Statement.Action of type string
│
│
Expected Behavior
Terraform will remove the resource 'alicloud_ram_policy' without error
Actual Behavior
It passed the terraform validate, then failed on terraform plan mentioned in panic output
Steps to Reproduce
run terraform init
run terraform validate
run terraform plan
run terraform apply
Comment the resource of 'alicloud_ram_policy' and data 'alicloud_ram_policy_document'
run terraform plan
Important Factoids
References
The text was updated successfully, but these errors were encountered:
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/dave-asl/d5c81b15c3abece2087e46c49e59a374
Panic Output
Expected Behavior
Terraform will remove the resource 'alicloud_ram_policy' without error
Actual Behavior
It passed the terraform validate, then failed on terraform plan mentioned in panic output
Steps to Reproduce
terraform init
terraform validate
terraform plan
terraform apply
terraform plan
Important Factoids
References
The text was updated successfully, but these errors were encountered: