Created
January 20, 2022 10:11
-
-
Save chaporgin/43250ba5fb7c0bb498a633e6147a8d37 to your computer and use it in GitHub Desktop.
chapson quick paste
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| │ Error: Unsupported argument | |
| │ | |
| │ on main.tf line 40, in module "eks": | |
| │ 40: kubeconfig_name = var.name | |
| │ | |
| │ An argument named "kubeconfig_name" is not expected here. | |
| ╵ | |
| ╷ | |
| │ Error: Unsupported argument | |
| │ | |
| │ on main.tf line 41, in module "eks": | |
| │ 41: kubeconfig_output_path = "${path.module}/artifacts/" | |
| │ | |
| │ An argument named "kubeconfig_output_path" is not expected here. | |
| ╵ | |
| ╷ | |
| │ Error: Unsupported argument | |
| │ | |
| │ on main.tf line 44, in module "eks": | |
| │ 44: subnets = var.private_subnets | |
| │ | |
| │ An argument named "subnets" is not expected here. | |
| ╵ | |
| ╷ | |
| │ Error: Unsupported argument | |
| │ | |
| │ on main.tf line 47, in module "eks": | |
| │ 47: kubeconfig_aws_authenticator_env_variables = { | |
| │ | |
| │ An argument named "kubeconfig_aws_authenticator_env_variables" is not | |
| │ expected here. | |
| ╵ | |
| ╷ | |
| │ Error: Unsupported argument | |
| │ | |
| │ on main.tf line 52, in module "eks": | |
| │ 52: node_groups_defaults = { | |
| │ | |
| │ An argument named "node_groups_defaults" is not expected here. | |
| ╵ | |
| ╷ | |
| │ Error: Unsupported argument | |
| │ | |
| │ on main.tf line 67, in module "eks": | |
| │ 67: node_groups = { | |
| │ | |
| │ An argument named "node_groups" is not expected here. | |
| ╵ | |
| ╷ | |
| │ Error: Unsupported argument | |
| │ | |
| │ on main.tf line 125, in module "eks": | |
| │ 125: map_users = [ | |
| │ | |
| │ An argument named "map_users" is not expected here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment