You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yaml
+25-2Lines changed: 25 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,9 @@ inputs:
49
49
create_vpc:
50
50
description: "Bool, whether a VPC should be created in the action. Default is false"
51
51
default: false
52
+
infrastructure_only:
53
+
description: "Bool, does infrastructure (i.e. terraform) but **not** the deployment (i.e. ansible) . Default is true"
54
+
default: false
52
55
53
56
54
57
# ST2 config
@@ -60,9 +63,9 @@ inputs:
60
63
description: String. Comma separated list of packs to install. This flag does not work with a --python3 only pack. (default `"st2"`). If you modify this option, be sure to also include `st2` in the list.
0 commit comments