Skip to content

Commit 9ce8df8

Browse files
committed
Expose ServiceTerraformEnterprise service model
1 parent bfa2964 commit 9ce8df8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
module MiqAeMethodService
2+
class MiqAeServiceServiceTerraformEnterprise < MiqAeServiceService
3+
expose :terraform_workspace
4+
expose :configuration_manager
5+
expose :launch_stack
6+
expose :stack
7+
expose :stack_options
8+
expose :stack_options=
9+
end
10+
end

0 commit comments

Comments
 (0)