SG group lookup fails in add_rules_to_sg example
vburckhardt opened this issue · 2 comments
vburckhardt commented
Seeing the following when running with examples/add_rules_to_sg with ocp 4.15
╷
│ Error: [ERROR] No Security Group found with name kube-r010-c3421cd0-e1bc-4c52-847d-c7769ad1220d
│
│ with data.ibm_is_security_group.kube_vpc_sg,
│ on main.tf line 61, in data "ibm_is_security_group" "kube_vpc_sg":
│ 61: data "ibm_is_security_group" "kube_vpc_sg" {
│
╵
kierramarie commented
Looking into issue. Attempting to recreate error first.
kierramarie commented
PR merged. Closing issue.