Skip to content

Commit

Permalink
Merge pull request #353 from cloudify-cosmo/new-version-aws
Browse files Browse the repository at this point in the history
update that  as well __NODOCS__
  • Loading branch information
EarthmanT authored May 23, 2021
2 parents 0f350ad + 4890f87 commit a293f50
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3486,12 +3486,15 @@ node_types:
use later to interact with the cluster
interfaces:
cloudify.interfaces.lifecycle:
create:
precreate:
implementation: aws.cloudify_aws.eks.resources.cluster.prepare
inputs: *operation_inputs
configure:
create:
implementation: aws.cloudify_aws.eks.resources.cluster.create
inputs: *operation_inputs
poststart:
implementation: aws.cloudify_aws.eks.resources.cluster.poststart
inputs: *operation_inputs
delete:
implementation: aws.cloudify_aws.eks.resources.cluster.delete
inputs: *operation_inputs
Expand Down

0 comments on commit a293f50

Please sign in to comment.