File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,12 @@ const (
8787 ResourceTypeKubeNode = ResourceType ("kube_node" )
8888 ResourceTypeKubeACL = ResourceType ("kube_acl" )
8989 ResourceTypeKeymKey = ResourceType ("keym_key" )
90+ ResourceTypeIamxUser = ResourceType ("iamx_user" )
91+ ResourceTypeIamxApplication = ResourceType ("iamx_application" )
92+ ResourceTypeIamxGroup = ResourceType ("iamx_group" )
93+ ResourceTypeIamxPolicy = ResourceType ("iamx_policy" )
94+ ResourceTypeIamxAPIKey = ResourceType ("iamx_api_key" )
95+ ResourceTypeIamxSSHKey = ResourceType ("iamx_ssh_key" )
9096)
9197
9298func (enum ResourceType ) String () string {
@@ -107,6 +113,12 @@ func (enum ResourceType) Values() []ResourceType {
107113 "kube_node" ,
108114 "kube_acl" ,
109115 "keym_key" ,
116+ "iamx_user" ,
117+ "iamx_application" ,
118+ "iamx_group" ,
119+ "iamx_policy" ,
120+ "iamx_api_key" ,
121+ "iamx_ssh_key" ,
110122 }
111123}
112124
You can’t perform that action at this time.
0 commit comments