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
When using the furyctl ng whit --phase distribution parameter on an EKS cluster without first executing the infrastructure phase
I get an error because furyctl ng cannot recover the vpc_id value from the output.json file of Terraform.
Possible solution: Instead of using the output.json file to recover this value, it is possible to extract it from the s3 bucket containing the terraform state.
The text was updated successfully, but these errors were encountered:
When using the
furyctl ng
whit--phase distribution
parameter on an EKS cluster without first executing theinfrastructure
phaseI get an error because
furyctl ng
cannot recover thevpc_id
value from theoutput.json
file of Terraform.Possible solution: Instead of using the
output.json
file to recover this value, it is possible to extract it from the s3 bucket containing the terraform state.The text was updated successfully, but these errors were encountered: