Skip to content

Commit

Permalink
fix(dcs): add kindmap resource
Browse files Browse the repository at this point in the history
  • Loading branch information
dmicheneau committed Jan 12, 2023
1 parent 26d6f59 commit aa7e4f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/groups.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ var KindMap = map[string]string{
"flexibleengine_compute_servergroup_v2": "ServerGroup",
"flexibleengine_compute_floatingip_v2": "FloatingIp",
"flexibleengine_compute_floatingip_associate_v2": "FloatingIpAssociate",
"flexibleengine_dcs_instance_v1": "Instance",
"flexibleengine_networking_secgroup_v2": "SecurityGroup",
"flexibleengine_networking_secgroup_rule_v2": "SecurityGroupRule",
"flexibleengine_networking_vip_associate_v2": "VIPAssociate",
Expand Down

0 comments on commit aa7e4f5

Please # to comment.