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
I got this error when creating security group resource using terraform plugin
tencentcloud_security_group.alauda_int_group: json: cannot unmarshal string into Go struct field .code of type int
resource "tencentcloud_security_group" "alauda_int_group" {
name = "web accessibility"
description = "make it accessable for both production and stage ports"
}
It seems that I don't have access to creating security group