Skip to content
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.

Commit

Permalink
fixing problem
Browse files Browse the repository at this point in the history
  • Loading branch information
earthmant committed May 15, 2018
1 parent f0e7130 commit 386ade3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/ec2-instance-feature-demo/blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ tosca_definitions_version: cloudify_dsl_1_3

imports:
- http://www.getcloudify.org/spec/cloudify/4.2/types.yaml
- plugin.yaml
- ../../plugin.yaml

inputs:

Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1745,7 +1745,7 @@ node_types:
delete:
implementation: awssdk.cloudify_awssdk.ec2.resources.eni.delete
inputs: *operation_inputs
modify_instance_attribute:
modify_network_interface_attribute:
implementation: awssdk.cloudify_awssdk.ec2.resources.eni.modify_network_interface_attribute
inputs: *operation_inputs

Expand Down

0 comments on commit 386ade3

Please sign in to comment.