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
{{ message }}
This repository was archived by the owner on Sep 30, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: config/config.go
+6
Original file line number
Diff line number
Diff line change
@@ -683,6 +683,12 @@ type Config struct {
683
683
VPCRefstring
684
684
}
685
685
686
+
// CloudFormation stack name which is unique in an AWS account.
687
+
// This is intended to be used to reference stack name from cloud-config as the target of awscli or cfn-bootstrap-tools commands e.g. `cfn-init` and `cfn-signal`
// CloudFormation stack name which is unique in an AWS account.
218
+
// This is intended to be used to reference stack name from cloud-config as the target of awscli or cfn-bootstrap-tools commands e.g. `cfn-init` and `cfn-signal`
219
+
func (cComputedConfig) StackName() string {
220
+
returnc.NodePoolName
221
+
}
222
+
217
223
func (cComputedConfig) VPCRef() string {
218
224
//This means this VPC already exists, and we can reference it directly by ID
0 commit comments