Skip to content

Instantly share code, notes, and snippets.

@Chili-Man
Created December 7, 2018 03:53
Show Gist options
  • Save Chili-Man/d01c6c40920c69ff5be3e32b47ea8443 to your computer and use it in GitHub Desktop.
Save Chili-Man/d01c6c40920c69ff5be3e32b47ea8443 to your computer and use it in GitHub Desktop.
07:21:29 Chili@Man:~/terraform-aws-eks/examples/eks_test_fixture$ aws-okta development-admin -- terraform apply new-cluster.tfplan
random_string.suffix: Creating...
length: "" => "8"
lower: "" => "true"
min_lower: "" => "0"
min_numeric: "" => "0"
min_special: "" => "0"
min_upper: "" => "0"
number: "" => "true"
result: "" => "<computed>"
special: "" => "false"
upper: "" => "true"
random_string.suffix: Creation complete after 0s (ID: LT85N3H7)
module.eks.null_resource.tags_as_list_of_maps[1]: Creating...
triggers.%: "" => "3"
triggers.key: "" => "GithubOrg"
triggers.propagate_at_launch: "" => "true"
triggers.value: "" => "terraform-aws-modules"
module.eks.null_resource.tags_as_list_of_maps[2]: Creating...
triggers.%: "" => "3"
triggers.key: "" => "GithubRepo"
triggers.propagate_at_launch: "" => "true"
triggers.value: "" => "terraform-aws-eks"
module.eks.null_resource.tags_as_list_of_maps[0]: Creating...
triggers.%: "" => "3"
triggers.key: "" => "Environment"
triggers.propagate_at_launch: "" => "true"
triggers.value: "" => "test"
module.eks.null_resource.tags_as_list_of_maps[3]: Creating...
triggers.%: "" => "3"
triggers.key: "" => "Workspace"
triggers.propagate_at_launch: "" => "true"
triggers.value: "" => "default"
module.eks.null_resource.tags_as_list_of_maps[0]: Creation complete after 0s (ID: 6990526115895134800)
module.eks.null_resource.tags_as_list_of_maps[2]: Creation complete after 0s (ID: 3229630804900093862)
module.eks.null_resource.tags_as_list_of_maps[3]: Creation complete after 0s (ID: 3284548554573151335)
module.eks.null_resource.tags_as_list_of_maps[1]: Creation complete after 0s (ID: 3525261998743731904)
module.vpc.aws_eip.nat: Creating...
allocation_id: "" => "<computed>"
association_id: "" => "<computed>"
domain: "" => "<computed>"
instance: "" => "<computed>"
network_interface: "" => "<computed>"
private_ip: "" => "<computed>"
public_ip: "" => "<computed>"
public_ipv4_pool: "" => "<computed>"
vpc: "" => "true"
module.eks.aws_iam_role.cluster: Creating...
arn: "" => "<computed>"
assume_role_policy: "" => "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Sid\": \"EKSClusterAssumeRole\",\n \"Effect\": \"Allow\",\n \"Action\": \"sts:AssumeRole\",\n \"Principal\": {\n \"Service\": \"eks.amazonaws.com\"\n }\n }\n ]\n}"
create_date: "" => "<computed>"
force_detach_policies: "" => "true"
max_session_duration: "" => "3600"
name: "" => "<computed>"
name_prefix: "" => "test-eks-LT85N3H7"
path: "" => "/"
unique_id: "" => "<computed>"
module.vpc.aws_vpc.this: Creating...
arn: "" => "<computed>"
assign_generated_ipv6_cidr_block: "" => "false"
cidr_block: "" => "10.0.0.0/16"
default_network_acl_id: "" => "<computed>"
default_route_table_id: "" => "<computed>"
default_security_group_id: "" => "<computed>"
dhcp_options_id: "" => "<computed>"
enable_classiclink: "" => "<computed>"
enable_classiclink_dns_support: "" => "<computed>"
enable_dns_hostnames: "" => "false"
enable_dns_support: "" => "true"
instance_tenancy: "" => "default"
ipv6_association_id: "" => "<computed>"
ipv6_cidr_block: "" => "<computed>"
main_route_table_id: "" => "<computed>"
owner_id: "" => "<computed>"
tags.%: "" => "6"
tags.Environment: "" => "test"
tags.GithubOrg: "" => "terraform-aws-modules"
tags.GithubRepo: "" => "terraform-aws-eks"
tags.Name: "" => "test-vpc"
tags.Workspace: "" => "default"
tags.kubernetes.io/cluster/test-eks-LT85N3H7: "" => "shared"
module.vpc.aws_eip.nat: Creation complete after 1s (ID: eipalloc-0caf91384d2c24d8e)
module.eks.aws_iam_role.cluster: Creation complete after 1s (ID: test-eks-LT85N3H720181207032552431100000001)
module.eks.aws_iam_role_policy_attachment.cluster_AmazonEKSClusterPolicy: Creating...
policy_arn: "" => "arn:aws:iam::aws:policy/AmazonEKSClusterPolicy"
role: "" => "test-eks-LT85N3H720181207032552431100000001"
module.eks.aws_iam_role_policy_attachment.cluster_AmazonEKSServicePolicy: Creating...
policy_arn: "" => "arn:aws:iam::aws:policy/AmazonEKSServicePolicy"
role: "" => "test-eks-LT85N3H720181207032552431100000001"
module.eks.aws_iam_role_policy_attachment.cluster_AmazonEKSClusterPolicy: Creation complete after 1s (ID: test-eks-LT85N3H720181207032552431100000001-20181207032553682700000003)
module.eks.aws_iam_role_policy_attachment.cluster_AmazonEKSServicePolicy: Creation complete after 1s (ID: test-eks-LT85N3H720181207032552431100000001-20181207032553682100000002)
module.vpc.aws_vpc.this: Creation complete after 3s (ID: vpc-0b0d9f2cc6476f6d5)
module.vpc.aws_subnet.private[2]: Creating...
arn: "" => "<computed>"
assign_ipv6_address_on_creation: "" => "false"
availability_zone: "" => "us-west-2c"
availability_zone_id: "" => "<computed>"
cidr_block: "" => "10.0.3.0/24"
ipv6_cidr_block: "" => "<computed>"
ipv6_cidr_block_association_id: "" => "<computed>"
map_public_ip_on_launch: "" => "false"
owner_id: "" => "<computed>"
tags.%: "" => "6"
tags.Environment: "" => "test"
tags.GithubOrg: "" => "terraform-aws-modules"
tags.GithubRepo: "" => "terraform-aws-eks"
tags.Name: "" => "test-vpc-private-us-west-2c"
tags.Workspace: "" => "default"
tags.kubernetes.io/cluster/test-eks-LT85N3H7: "" => "shared"
vpc_id: "" => "vpc-0b0d9f2cc6476f6d5"
module.vpc.aws_route_table.private[2]: Creating...
owner_id: "" => "<computed>"
route.#: "" => "<computed>"
tags.%: "" => "6"
tags.Environment: "" => "test"
tags.GithubOrg: "" => "terraform-aws-modules"
tags.GithubRepo: "" => "terraform-aws-eks"
tags.Name: "" => "test-vpc-private-us-west-2c"
tags.Workspace: "" => "default"
tags.kubernetes.io/cluster/test-eks-LT85N3H7: "" => "shared"
vpc_id: "" => "vpc-0b0d9f2cc6476f6d5"
module.vpc.aws_internet_gateway.this: Creating...
owner_id: "" => "<computed>"
tags.%: "0" => "6"
tags.Environment: "" => "test"
tags.GithubOrg: "" => "terraform-aws-modules"
tags.GithubRepo: "" => "terraform-aws-eks"
tags.Name: "" => "test-vpc"
tags.Workspace: "" => "default"
tags.kubernetes.io/cluster/test-eks-LT85N3H7: "" => "shared"
vpc_id: "" => "vpc-0b0d9f2cc6476f6d5"
module.eks.aws_security_group.cluster: Creating...
arn: "" => "<computed>"
description: "" => "EKS cluster security group."
egress.#: "" => "<computed>"
ingress.#: "" => "<computed>"
name: "" => "<computed>"
name_prefix: "" => "test-eks-LT85N3H7"
owner_id: "" => "<computed>"
revoke_rules_on_delete: "" => "false"
tags.%: "" => "5"
tags.Environment: "" => "test"
tags.GithubOrg: "" => "terraform-aws-modules"
tags.GithubRepo: "" => "terraform-aws-eks"
tags.Name: "" => "test-eks-LT85N3H7-eks_cluster_sg"
tags.Workspace: "" => "default"
vpc_id: "" => "vpc-0b0d9f2cc6476f6d5"
aws_security_group.worker_group_mgmt_two: Creating...
arn: "" => "<computed>"
description: "" => "Managed by Terraform"
egress.#: "" => "<computed>"
ingress.#: "" => "1"
ingress.2994905558.cidr_blocks.#: "" => "1"
ingress.2994905558.cidr_blocks.0: "" => "192.168.0.0/16"
ingress.2994905558.description: "" => ""
ingress.2994905558.from_port: "" => "22"
ingress.2994905558.ipv6_cidr_blocks.#: "" => "0"
ingress.2994905558.prefix_list_ids.#: "" => "0"
ingress.2994905558.protocol: "" => "tcp"
ingress.2994905558.security_groups.#: "" => "0"
ingress.2994905558.self: "" => "false"
ingress.2994905558.to_port: "" => "22"
name: "" => "<computed>"
name_prefix: "" => "worker_group_mgmt_two"
owner_id: "" => "<computed>"
revoke_rules_on_delete: "" => "false"
vpc_id: "" => "vpc-0b0d9f2cc6476f6d5"
aws_security_group.all_worker_mgmt: Creating...
arn: "" => "<computed>"
description: "" => "Managed by Terraform"
egress.#: "" => "<computed>"
ingress.#: "" => "1"
ingress.3024135210.cidr_blocks.#: "" => "3"
ingress.3024135210.cidr_blocks.0: "" => "10.0.0.0/8"
ingress.3024135210.cidr_blocks.1: "" => "172.16.0.0/12"
ingress.3024135210.cidr_blocks.2: "" => "192.168.0.0/16"
ingress.3024135210.description: "" => ""
ingress.3024135210.from_port: "" => "22"
ingress.3024135210.ipv6_cidr_blocks.#: "" => "0"
ingress.3024135210.prefix_list_ids.#: "" => "0"
ingress.3024135210.protocol: "" => "tcp"
ingress.3024135210.security_groups.#: "" => "0"
ingress.3024135210.self: "" => "false"
ingress.3024135210.to_port: "" => "22"
name: "" => "<computed>"
name_prefix: "" => "all_worker_management"
owner_id: "" => "<computed>"
revoke_rules_on_delete: "" => "false"
vpc_id: "" => "vpc-0b0d9f2cc6476f6d5"
aws_security_group.worker_group_mgmt_one: Creating...
arn: "" => "<computed>"
description: "" => "SG to be applied to all *nix machines"
egress.#: "" => "<computed>"
ingress.#: "" => "1"
ingress.179083333.cidr_blocks.#: "" => "1"
ingress.179083333.cidr_blocks.0: "" => "10.0.0.0/8"
ingress.179083333.description: "" => ""
ingress.179083333.from_port: "" => "22"
ingress.179083333.ipv6_cidr_blocks.#: "" => "0"
ingress.179083333.prefix_list_ids.#: "" => "0"
ingress.179083333.protocol: "" => "tcp"
ingress.179083333.security_groups.#: "" => "0"
ingress.179083333.self: "" => "false"
ingress.179083333.to_port: "" => "22"
name: "" => "<computed>"
name_prefix: "" => "worker_group_mgmt_one"
owner_id: "" => "<computed>"
revoke_rules_on_delete: "" => "false"
vpc_id: "" => "vpc-0b0d9f2cc6476f6d5"
module.vpc.aws_route_table.private[1]: Creating...
owner_id: "" => "<computed>"
route.#: "" => "<computed>"
tags.%: "" => "6"
tags.Environment: "" => "test"
tags.GithubOrg: "" => "terraform-aws-modules"
tags.GithubRepo: "" => "terraform-aws-eks"
tags.Name: "" => "test-vpc-private-us-west-2b"
tags.Workspace: "" => "default"
tags.kubernetes.io/cluster/test-eks-LT85N3H7: "" => "shared"
vpc_id: "" => "vpc-0b0d9f2cc6476f6d5"
module.vpc.aws_subnet.private[1]: Creating...
arn: "" => "<computed>"
assign_ipv6_address_on_creation: "" => "false"
availability_zone: "" => "us-west-2b"
availability_zone_id: "" => "<computed>"
cidr_block: "" => "10.0.2.0/24"
ipv6_cidr_block: "" => "<computed>"
ipv6_cidr_block_association_id: "" => "<computed>"
map_public_ip_on_launch: "" => "false"
owner_id: "" => "<computed>"
tags.%: "" => "6"
tags.Environment: "" => "test"
tags.GithubOrg: "" => "terraform-aws-modules"
tags.GithubRepo: "" => "terraform-aws-eks"
tags.Name: "" => "test-vpc-private-us-west-2b"
tags.Workspace: "" => "default"
tags.kubernetes.io/cluster/test-eks-LT85N3H7: "" => "shared"
vpc_id: "" => "vpc-0b0d9f2cc6476f6d5"
module.vpc.aws_route_table.private[0]: Creating...
owner_id: "" => "<computed>"
route.#: "" => "<computed>"
tags.%: "" => "6"
tags.Environment: "" => "test"
tags.GithubOrg: "" => "terraform-aws-modules"
tags.GithubRepo: "" => "terraform-aws-eks"
tags.Name: "" => "test-vpc-private-us-west-2a"
tags.Workspace: "" => "default"
tags.kubernetes.io/cluster/test-eks-LT85N3H7: "" => "shared"
vpc_id: "" => "vpc-0b0d9f2cc6476f6d5"
module.vpc.aws_route_table.private[0]: Creation complete after 1s (ID: rtb-0c2b396fecabe1aea)
module.vpc.aws_subnet.private[0]: Creating...
arn: "" => "<computed>"
assign_ipv6_address_on_creation: "" => "false"
availability_zone: "" => "us-west-2a"
availability_zone_id: "" => "<computed>"
cidr_block: "" => "10.0.1.0/24"
ipv6_cidr_block: "" => "<computed>"
ipv6_cidr_block_association_id: "" => "<computed>"
map_public_ip_on_launch: "" => "false"
owner_id: "" => "<computed>"
tags.%: "" => "6"
tags.Environment: "" => "test"
tags.GithubOrg: "" => "terraform-aws-modules"
tags.GithubRepo: "" => "terraform-aws-eks"
tags.Name: "" => "test-vpc-private-us-west-2a"
tags.Workspace: "" => "default"
tags.kubernetes.io/cluster/test-eks-LT85N3H7: "" => "shared"
vpc_id: "" => "vpc-0b0d9f2cc6476f6d5"
module.vpc.aws_route_table.private[2]: Creation complete after 1s (ID: rtb-0099a767e65c481e0)
module.vpc.aws_route_table.public: Creating...
owner_id: "" => "<computed>"
route.#: "" => "<computed>"
tags.%: "" => "6"
tags.Environment: "" => "test"
tags.GithubOrg: "" => "terraform-aws-modules"
tags.GithubRepo: "" => "terraform-aws-eks"
tags.Name: "" => "test-vpc-public"
tags.Workspace: "" => "default"
tags.kubernetes.io/cluster/test-eks-LT85N3H7: "" => "shared"
vpc_id: "" => "vpc-0b0d9f2cc6476f6d5"
module.vpc.aws_route_table.private[1]: Creation complete after 1s (ID: rtb-045a35607e7ffcf5b)
module.vpc.aws_subnet.public[1]: Creating...
arn: "" => "<computed>"
assign_ipv6_address_on_creation: "" => "false"
availability_zone: "" => "us-west-2b"
availability_zone_id: "" => "<computed>"
cidr_block: "" => "10.0.5.0/24"
ipv6_cidr_block: "" => "<computed>"
ipv6_cidr_block_association_id: "" => "<computed>"
map_public_ip_on_launch: "" => "true"
owner_id: "" => "<computed>"
tags.%: "" => "6"
tags.Environment: "" => "test"
tags.GithubOrg: "" => "terraform-aws-modules"
tags.GithubRepo: "" => "terraform-aws-eks"
tags.Name: "" => "test-vpc-public-us-west-2b"
tags.Workspace: "" => "default"
tags.kubernetes.io/cluster/test-eks-LT85N3H7: "" => "shared"
vpc_id: "" => "vpc-0b0d9f2cc6476f6d5"
module.vpc.aws_subnet.private[2]: Creation complete after 1s (ID: subnet-0b9a56a43190a4643)
module.vpc.aws_subnet.public[0]: Creating...
arn: "" => "<computed>"
assign_ipv6_address_on_creation: "" => "false"
availability_zone: "" => "us-west-2a"
availability_zone_id: "" => "<computed>"
cidr_block: "" => "10.0.4.0/24"
ipv6_cidr_block: "" => "<computed>"
ipv6_cidr_block_association_id: "" => "<computed>"
map_public_ip_on_launch: "" => "true"
owner_id: "" => "<computed>"
tags.%: "" => "6"
tags.Environment: "" => "test"
tags.GithubOrg: "" => "terraform-aws-modules"
tags.GithubRepo: "" => "terraform-aws-eks"
tags.Name: "" => "test-vpc-public-us-west-2a"
tags.Workspace: "" => "default"
tags.kubernetes.io/cluster/test-eks-LT85N3H7: "" => "shared"
vpc_id: "" => "vpc-0b0d9f2cc6476f6d5"
module.vpc.aws_subnet.private[1]: Creation complete after 1s (ID: subnet-05e73ce9aa2b63baf)
module.vpc.aws_subnet.public[2]: Creating...
arn: "" => "<computed>"
assign_ipv6_address_on_creation: "" => "false"
availability_zone: "" => "us-west-2c"
availability_zone_id: "" => "<computed>"
cidr_block: "" => "10.0.6.0/24"
ipv6_cidr_block: "" => "<computed>"
ipv6_cidr_block_association_id: "" => "<computed>"
map_public_ip_on_launch: "" => "true"
owner_id: "" => "<computed>"
tags.%: "" => "6"
tags.Environment: "" => "test"
tags.GithubOrg: "" => "terraform-aws-modules"
tags.GithubRepo: "" => "terraform-aws-eks"
tags.Name: "" => "test-vpc-public-us-west-2c"
tags.Workspace: "" => "default"
tags.kubernetes.io/cluster/test-eks-LT85N3H7: "" => "shared"
vpc_id: "" => "vpc-0b0d9f2cc6476f6d5"
module.vpc.aws_internet_gateway.this: Creation complete after 1s (ID: igw-0e01a27a17759c6f0)
aws_security_group.worker_group_mgmt_one: Creation complete after 1s (ID: sg-04b0b25abecffa5dc)
aws_security_group.all_worker_mgmt: Creation complete after 2s (ID: sg-0f48a1f84b2d963cd)
module.vpc.aws_route_table.public: Creation complete after 1s (ID: rtb-0a2daf39a2e62954e)
module.vpc.aws_route.public_internet_gateway: Creating...
destination_cidr_block: "" => "0.0.0.0/0"
destination_prefix_list_id: "" => "<computed>"
egress_only_gateway_id: "" => "<computed>"
gateway_id: "" => "igw-0e01a27a17759c6f0"
instance_id: "" => "<computed>"
instance_owner_id: "" => "<computed>"
nat_gateway_id: "" => "<computed>"
network_interface_id: "" => "<computed>"
origin: "" => "<computed>"
route_table_id: "" => "rtb-0a2daf39a2e62954e"
state: "" => "<computed>"
aws_security_group.worker_group_mgmt_two: Creation complete after 2s (ID: sg-07294408857e73416)
module.vpc.aws_subnet.private[0]: Creation complete after 1s (ID: subnet-0c81e630492fb2b12)
module.vpc.aws_route_table_association.private[1]: Creating...
route_table_id: "" => "rtb-045a35607e7ffcf5b"
subnet_id: "" => "subnet-05e73ce9aa2b63baf"
module.vpc.aws_route_table_association.private[0]: Creating...
route_table_id: "" => "rtb-0c2b396fecabe1aea"
subnet_id: "" => "subnet-0c81e630492fb2b12"
module.vpc.aws_route_table_association.private[2]: Creating...
route_table_id: "" => "rtb-0099a767e65c481e0"
subnet_id: "" => "subnet-0b9a56a43190a4643"
module.vpc.aws_route_table_association.private[2]: Creation complete after 0s (ID: rtbassoc-086373fc61eae6d6c)
module.vpc.aws_route_table_association.private[0]: Creation complete after 0s (ID: rtbassoc-01c11f4331c098117)
module.eks.aws_security_group.cluster: Creation complete after 2s (ID: sg-007009621f6c05c95)
module.eks.aws_security_group_rule.cluster_egress_internet: Creating...
cidr_blocks.#: "" => "1"
cidr_blocks.0: "" => "0.0.0.0/0"
description: "" => "Allow cluster egress access to the Internet."
from_port: "" => "0"
protocol: "" => "-1"
security_group_id: "" => "sg-007009621f6c05c95"
self: "" => "false"
source_security_group_id: "" => "<computed>"
to_port: "" => "0"
type: "" => "egress"
module.eks.aws_eks_cluster.this: Creating...
arn: "" => "<computed>"
certificate_authority.#: "" => "<computed>"
created_at: "" => "<computed>"
endpoint: "" => "<computed>"
name: "" => "test-eks-LT85N3H7"
platform_version: "" => "<computed>"
role_arn: "" => "arn:aws:iam::774331681746:role/test-eks-LT85N3H720181207032552431100000001"
version: "" => "1.10"
vpc_config.#: "" => "1"
vpc_config.0.security_group_ids.#: "" => "1"
vpc_config.0.security_group_ids.3395132475: "" => "sg-007009621f6c05c95"
vpc_config.0.subnet_ids.#: "" => "3"
vpc_config.0.subnet_ids.3510053545: "" => "subnet-0b9a56a43190a4643"
vpc_config.0.subnet_ids.670203182: "" => "subnet-0c81e630492fb2b12"
vpc_config.0.subnet_ids.817099392: "" => "subnet-05e73ce9aa2b63baf"
vpc_config.0.vpc_id: "" => "<computed>"
module.vpc.aws_route.public_internet_gateway: Creation complete after 0s (ID: r-rtb-0a2daf39a2e62954e1080289494)
module.vpc.aws_route_table_association.private[1]: Creation complete after 0s (ID: rtbassoc-0d7f6b35938d4f704)
module.vpc.aws_subnet.public[1]: Creation complete after 1s (ID: subnet-0e416fb9643635d94)
module.vpc.aws_subnet.public[0]: Creation complete after 1s (ID: subnet-09f45390dc7423cc9)
module.vpc.aws_subnet.public[2]: Creation complete after 1s (ID: subnet-0afabd39bbec2d966)
module.vpc.aws_route_table_association.public[2]: Creating...
route_table_id: "" => "rtb-0a2daf39a2e62954e"
subnet_id: "" => "subnet-0afabd39bbec2d966"
module.vpc.aws_route_table_association.public[0]: Creating...
route_table_id: "" => "rtb-0a2daf39a2e62954e"
subnet_id: "" => "subnet-09f45390dc7423cc9"
module.vpc.aws_route_table_association.public[1]: Creating...
route_table_id: "" => "rtb-0a2daf39a2e62954e"
subnet_id: "" => "subnet-0e416fb9643635d94"
module.vpc.aws_nat_gateway.this: Creating...
allocation_id: "" => "eipalloc-0caf91384d2c24d8e"
network_interface_id: "" => "<computed>"
private_ip: "" => "<computed>"
public_ip: "" => "<computed>"
subnet_id: "" => "subnet-09f45390dc7423cc9"
tags.%: "" => "6"
tags.Environment: "" => "test"
tags.GithubOrg: "" => "terraform-aws-modules"
tags.GithubRepo: "" => "terraform-aws-eks"
tags.Name: "" => "test-vpc-us-west-2a"
tags.Workspace: "" => "default"
tags.kubernetes.io/cluster/test-eks-LT85N3H7: "" => "shared"
module.vpc.aws_route_table_association.public[2]: Creation complete after 0s (ID: rtbassoc-00500ce42b73fdabf)
module.vpc.aws_route_table_association.public[0]: Creation complete after 0s (ID: rtbassoc-0e06a436c345c35fd)
module.vpc.aws_route_table_association.public[1]: Creation complete after 0s (ID: rtbassoc-0c28e5442de13cc36)
module.eks.aws_security_group_rule.cluster_egress_internet: Creation complete after 1s (ID: sgrule-2798349105)
module.eks.aws_eks_cluster.this: Still creating... (10s elapsed)
module.vpc.aws_nat_gateway.this: Still creating... (10s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (20s elapsed)
module.vpc.aws_nat_gateway.this: Still creating... (20s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (30s elapsed)
module.vpc.aws_nat_gateway.this: Still creating... (30s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (40s elapsed)
module.vpc.aws_nat_gateway.this: Still creating... (40s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (50s elapsed)
module.vpc.aws_nat_gateway.this: Still creating... (50s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (1m0s elapsed)
module.vpc.aws_nat_gateway.this: Still creating... (1m0s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (1m10s elapsed)
module.vpc.aws_nat_gateway.this: Still creating... (1m10s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (1m20s elapsed)
module.vpc.aws_nat_gateway.this: Still creating... (1m20s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (1m30s elapsed)
module.vpc.aws_nat_gateway.this: Still creating... (1m30s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (1m40s elapsed)
module.vpc.aws_nat_gateway.this: Still creating... (1m40s elapsed)
module.vpc.aws_nat_gateway.this: Creation complete after 1m47s (ID: nat-0bc76fa161006793f)
module.vpc.aws_route.private_nat_gateway[2]: Creating...
destination_cidr_block: "" => "0.0.0.0/0"
destination_prefix_list_id: "" => "<computed>"
egress_only_gateway_id: "" => "<computed>"
gateway_id: "" => "<computed>"
instance_id: "" => "<computed>"
instance_owner_id: "" => "<computed>"
nat_gateway_id: "" => "nat-0bc76fa161006793f"
network_interface_id: "" => "<computed>"
origin: "" => "<computed>"
route_table_id: "" => "rtb-0099a767e65c481e0"
state: "" => "<computed>"
module.vpc.aws_route.private_nat_gateway[1]: Creating...
destination_cidr_block: "" => "0.0.0.0/0"
destination_prefix_list_id: "" => "<computed>"
egress_only_gateway_id: "" => "<computed>"
gateway_id: "" => "<computed>"
instance_id: "" => "<computed>"
instance_owner_id: "" => "<computed>"
nat_gateway_id: "" => "nat-0bc76fa161006793f"
network_interface_id: "" => "<computed>"
origin: "" => "<computed>"
route_table_id: "" => "rtb-045a35607e7ffcf5b"
state: "" => "<computed>"
module.vpc.aws_route.private_nat_gateway[0]: Creating...
destination_cidr_block: "" => "0.0.0.0/0"
destination_prefix_list_id: "" => "<computed>"
egress_only_gateway_id: "" => "<computed>"
gateway_id: "" => "<computed>"
instance_id: "" => "<computed>"
instance_owner_id: "" => "<computed>"
nat_gateway_id: "" => "nat-0bc76fa161006793f"
network_interface_id: "" => "<computed>"
origin: "" => "<computed>"
route_table_id: "" => "rtb-0c2b396fecabe1aea"
state: "" => "<computed>"
module.vpc.aws_route.private_nat_gateway[2]: Creation complete after 0s (ID: r-rtb-0099a767e65c481e01080289494)
module.vpc.aws_route.private_nat_gateway[1]: Creation complete after 0s (ID: r-rtb-045a35607e7ffcf5b1080289494)
module.vpc.aws_route.private_nat_gateway[0]: Creation complete after 0s (ID: r-rtb-0c2b396fecabe1aea1080289494)
module.eks.aws_eks_cluster.this: Still creating... (1m50s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (2m0s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (2m10s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (2m20s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (2m30s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (2m40s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (2m50s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (3m0s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (3m10s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (3m20s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (3m30s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (3m40s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (3m50s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (4m0s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (4m10s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (4m20s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (4m30s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (4m40s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (4m50s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (5m0s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (5m10s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (5m20s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (5m30s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (5m40s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (5m50s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (6m0s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (6m10s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (6m20s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (6m30s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (6m40s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (6m50s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (7m0s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (7m10s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (7m20s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (7m30s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (7m40s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (7m50s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (8m0s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (8m10s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (8m20s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (8m30s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (8m40s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (8m50s elapsed)
module.eks.aws_eks_cluster.this: Still creating... (9m0s elapsed)
module.eks.aws_eks_cluster.this: Creation complete after 9m9s (ID: test-eks-LT85N3H7)
module.eks.aws_iam_role.workers: Creating...
arn: "" => "<computed>"
assume_role_policy: "" => "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Sid\": \"EKSWorkerAssumeRole\",\n \"Effect\": \"Allow\",\n \"Action\": \"sts:AssumeRole\",\n \"Principal\": {\n \"Service\": \"ec2.amazonaws.com\"\n }\n }\n ]\n}"
create_date: "" => "<computed>"
force_detach_policies: "" => "true"
max_session_duration: "" => "3600"
name: "" => "<computed>"
name_prefix: "" => "test-eks-LT85N3H7"
path: "" => "/"
unique_id: "" => "<computed>"
module.eks.aws_security_group.workers: Creating...
arn: "" => "<computed>"
description: "" => "Security group for all nodes in the cluster."
egress.#: "" => "<computed>"
ingress.#: "" => "<computed>"
name: "" => "<computed>"
name_prefix: "" => "test-eks-LT85N3H7"
owner_id: "" => "<computed>"
revoke_rules_on_delete: "" => "false"
tags.%: "" => "6"
tags.Environment: "" => "test"
tags.GithubOrg: "" => "terraform-aws-modules"
tags.GithubRepo: "" => "terraform-aws-eks"
tags.Name: "" => "test-eks-LT85N3H7-eks_worker_sg"
tags.Workspace: "" => "default"
tags.kubernetes.io/cluster/test-eks-LT85N3H7: "" => "owned"
vpc_id: "" => "vpc-0b0d9f2cc6476f6d5"
module.eks.data.aws_iam_policy_document.worker_autoscaling: Refreshing state...
module.eks.data.template_file.kubeconfig: Refreshing state...
module.eks.aws_iam_policy.worker_autoscaling: Creating...
arn: "" => "<computed>"
description: "" => "EKS worker node autoscaling policy for cluster test-eks-LT85N3H7"
name: "" => "<computed>"
name_prefix: "" => "eks-worker-autoscaling-test-eks-LT85N3H7"
path: "" => "/"
policy: "" => "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Sid\": \"eksWorkerAutoscalingAll\",\n \"Effect\": \"Allow\",\n \"Action\": [\n \"autoscaling:GetAsgForInstance\",\n \"autoscaling:DescribeTags\",\n \"autoscaling:DescribeLaunchConfigurations\",\n \"autoscaling:DescribeAutoScalingInstances\",\n \"autoscaling:DescribeAutoScalingGroups\"\n ],\n \"Resource\": \"*\"\n },\n {\n \"Sid\": \"eksWorkerAutoscalingOwn\",\n \"Effect\": \"Allow\",\n \"Action\": [\n \"autoscaling:UpdateAutoScalingGroup\",\n \"autoscaling:TerminateInstanceInAutoScalingGroup\",\n \"autoscaling:SetDesiredCapacity\"\n ],\n \"Resource\": \"*\",\n \"Condition\": {\n \"StringEquals\": {\n \"autoscaling:ResourceTag/k8s.io/cluster-autoscaler/enabled\": \"true\",\n \"autoscaling:ResourceTag/kubernetes.io/cluster/test-eks-LT85N3H7\": \"owned\"\n }\n }\n }\n ]\n}"
module.eks.local_file.kubeconfig: Creating...
content: "" => "apiVersion: v1\npreferences: {}\nkind: Config\n\nclusters:\n- cluster:\n server: https://B696EF214C0335132A23AED8DB7BAA7F.yl4.us-west-2.eks.amazonaws.com\n certificate-authority-data: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUN5RENDQWJDZ0F3SUJBZ0lCQURBTkJna3Foa2lHOXcwQkFRc0ZBREFWTVJNd0VRWURWUVFERXdwcmRXSmwKY201bGRHVnpNQjRYRFRFNE1USXdOekF6TXpNeU5sb1hEVEk0TVRJd05EQXpNek15Tmxvd0ZURVRNQkVHQTFVRQpBeE1LYTNWaVpYSnVaWFJsY3pDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBS3MyCmF5RC81YTEwdW1WUStRcFZ1eUtXaDdNY2RPWjhGMjZUVUUvU2VFeXNNV25Sd04vYXRWelh2WUl6UU8zR1VTS0gKcWhuY1lhWGhUOWJWV1N3MEVEZUQzR3hvcFJ4bFl2ME4wbElrTGx0L2doNlpPYXFGR0JnSSs5MjRNVzR4TlZkNApCOHdyT1dXZXFCb2ZWa1g2NFlVM0ZtQ1dSbUp2ZDRPWjJJbHFSSjVXV1FlL3VldHVuT0x5N3ZzTnV3d3Exd2VwCkhFNnp3QVFuVUFoZzBTV3FsdmwycFdnS0hjTSt4UG5ndDNVdEFJQlcxV1QyTE5PWDk1bEFmU1dZcDNpOVpoZ3gKdGN6TTFVTG9LUG9HVGJ3Y0FLTUtuZzRDV0daSUlMWkdvdVVQa1RuOUY0b0dQSUhUMDZjRkdRb3B5R1pHUU9tWQovdXlCMWRKREc2SHoram03bHhNQ0F3RUFBYU1qTUNFd0RnWURWUjBQQVFIL0JBUURBZ0trTUE4R0ExVWRFd0VCCi93UUZNQU1CQWY4d0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFGRUZkM0IrbHhlQjc2OGhFd09EZlIzRzlXMnAKQUVIQXQvUm5rQS95aHgwamUxaFdsK0JjMTE1QTFiMU5DWERNSWNGWmZybHc2UkthMVQwbFoycXIyM2R3cE9KVwpuRmlYMDYxOHlNMnBodDlaMkY2ekN3Q3YrVnlvMWJyS0xIQ0ZHZnUrbzNuTXB2aVNnbDJYQ1pxK0lLRTlNeVE4CkdPRFZpL1o1UGtoOEt5aXFWVW9nMzVkTzNFd0pZQVJNdGdnbldXUmFFUVl3VmNNVFRLSXQxcjZuYUtDWkV6QmoKSUVJRlVNd3lLSTZSa0h1Sm9uYTJJQXFMTGp5emdzVlpPVVorNGx3VFVjSXFjWC9FdzJZbWlNdEk2Q1l3WjhtNApzbHlZTUl1dVp5QlNCTjN2c21id2xjSmRvOWRsOUNOL3J3VEhUL05ObmUxYkQrY0hvOFJHUVhMT0liND0KLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo=\n name: eks_test-eks-LT85N3H7\n\ncontexts:\n- context:\n cluster: eks_test-eks-LT85N3H7\n user: eks_test-eks-LT85N3H7\n name: eks_test-eks-LT85N3H7\n\ncurrent-context: eks_test-eks-LT85N3H7\n\nusers:\n- name: eks_test-eks-LT85N3H7\n user:\n exec:\n apiVersion: client.authentication.k8s.io/v1alpha1\n command: aws-iam-authenticator\n args:\n - \"token\"\n - \"-i\"\n - \"test-eks-LT85N3H7\"\n\n\n"
filename: "" => "./kubeconfig_test-eks-LT85N3H7"
module.eks.local_file.kubeconfig: Creation complete after 0s (ID: 94d39cf714ea5e12259b0b0cd30fff9a5eec240f)
module.eks.aws_iam_role.workers: Creation complete after 1s (ID: test-eks-LT85N3H720181207033506059400000008)
module.eks.aws_iam_role_policy_attachment.workers_AmazonEC2ContainerRegistryReadOnly: Creating...
policy_arn: "" => "arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly"
role: "" => "test-eks-LT85N3H720181207033506059400000008"
module.eks.aws_iam_role_policy_attachment.workers_AmazonEKS_CNI_Policy: Creating...
policy_arn: "" => "arn:aws:iam::aws:policy/AmazonEKS_CNI_Policy"
role: "" => "test-eks-LT85N3H720181207033506059400000008"
module.eks.aws_iam_role_policy_attachment.workers_AmazonEKSWorkerNodePolicy: Creating...
policy_arn: "" => "arn:aws:iam::aws:policy/AmazonEKSWorkerNodePolicy"
role: "" => "test-eks-LT85N3H720181207033506059400000008"
module.eks.aws_iam_instance_profile.workers[0]: Creating...
arn: "" => "<computed>"
create_date: "" => "<computed>"
name: "" => "<computed>"
name_prefix: "" => "test-eks-LT85N3H7"
path: "" => "/"
role: "" => "test-eks-LT85N3H720181207033506059400000008"
roles.#: "" => "<computed>"
unique_id: "" => "<computed>"
module.eks.data.template_file.userdata[1]: Refreshing state...
module.eks.data.template_file.userdata[0]: Refreshing state...
module.eks.aws_iam_instance_profile.workers[1]: Creating...
arn: "" => "<computed>"
create_date: "" => "<computed>"
name: "" => "<computed>"
name_prefix: "" => "test-eks-LT85N3H7"
path: "" => "/"
role: "" => "test-eks-LT85N3H720181207033506059400000008"
roles.#: "" => "<computed>"
unique_id: "" => "<computed>"
module.eks.aws_iam_policy.worker_autoscaling: Creation complete after 1s (ID: arn:aws:iam::774331681746:policy/eks-wo...eks-LT85N3H72018120703350607440000000a)
module.eks.aws_iam_role_policy_attachment.workers_autoscaling: Creating...
policy_arn: "" => "arn:aws:iam::774331681746:policy/eks-worker-autoscaling-test-eks-LT85N3H72018120703350607440000000a"
role: "" => "test-eks-LT85N3H720181207033506059400000008"
module.eks.aws_security_group.workers: Creation complete after 2s (ID: sg-014aae8889493dd9e)
module.eks.aws_security_group_rule.workers_ingress_cluster: Creating...
description: "" => "Allow workers Kubelets and pods to receive communication from the cluster control plane."
from_port: "" => "1025"
protocol: "" => "tcp"
security_group_id: "" => "sg-014aae8889493dd9e"
self: "" => "false"
source_security_group_id: "" => "sg-007009621f6c05c95"
to_port: "" => "65535"
type: "" => "ingress"
module.eks.aws_security_group_rule.workers_ingress_cluster_https: Creating...
description: "" => "Allow pods running extension API servers on port 443 to receive communication from cluster control plane."
from_port: "" => "443"
protocol: "" => "tcp"
security_group_id: "" => "sg-014aae8889493dd9e"
self: "" => "false"
source_security_group_id: "" => "sg-007009621f6c05c95"
to_port: "" => "443"
type: "" => "ingress"
module.eks.aws_security_group_rule.workers_egress_internet: Creating...
cidr_blocks.#: "" => "1"
cidr_blocks.0: "" => "0.0.0.0/0"
description: "" => "Allow nodes all egress to the Internet."
from_port: "" => "0"
protocol: "" => "-1"
security_group_id: "" => "sg-014aae8889493dd9e"
self: "" => "false"
source_security_group_id: "" => "<computed>"
to_port: "" => "0"
type: "" => "egress"
module.eks.aws_security_group_rule.workers_ingress_self: Creating...
description: "" => "Allow node to communicate with each other."
from_port: "" => "0"
protocol: "" => "-1"
security_group_id: "" => "sg-014aae8889493dd9e"
self: "" => "false"
source_security_group_id: "" => "sg-014aae8889493dd9e"
to_port: "" => "65535"
type: "" => "ingress"
module.eks.aws_iam_instance_profile.workers[0]: Creation complete after 1s (ID: test-eks-LT85N3H72018120703350677270000000b)
module.eks.aws_iam_instance_profile.workers[1]: Creation complete after 1s (ID: test-eks-LT85N3H72018120703350678640000000c)
module.eks.aws_iam_role_policy_attachment.workers_AmazonEKS_CNI_Policy: Creation complete after 1s (ID: test-eks-LT85N3H720181207033506059400000008-2018120703350712630000000d)
module.eks.aws_iam_role_policy_attachment.workers_AmazonEKSWorkerNodePolicy: Creation complete after 1s (ID: test-eks-LT85N3H720181207033506059400000008-2018120703350712640000000f)
module.eks.aws_iam_role_policy_attachment.workers_AmazonEC2ContainerRegistryReadOnly: Creation complete after 1s (ID: test-eks-LT85N3H720181207033506059400000008-2018120703350712630000000e)
module.eks.aws_security_group_rule.cluster_https_worker_ingress: Creating...
description: "" => "Allow pods to communicate with the EKS cluster API."
from_port: "" => "443"
protocol: "" => "tcp"
security_group_id: "" => "sg-007009621f6c05c95"
self: "" => "false"
source_security_group_id: "" => "sg-014aae8889493dd9e"
to_port: "" => "443"
type: "" => "ingress"
module.eks.data.template_file.worker_role_arns[1]: Refreshing state...
module.eks.data.template_file.worker_role_arns[0]: Refreshing state...
module.eks.data.template_file.config_map_aws_auth: Refreshing state...
module.eks.aws_launch_configuration.workers[1]: Creating...
associate_public_ip_address: "" => "false"
ebs_block_device.#: "" => "<computed>"
ebs_optimized: "" => "false"
enable_monitoring: "" => "true"
iam_instance_profile: "" => "test-eks-LT85N3H72018120703350678640000000c"
image_id: "" => "ami-0f54a2f7d2e9c88b3"
instance_type: "" => "t2.small"
key_name: "" => "<computed>"
name: "" => "<computed>"
name_prefix: "" => "test-eks-LT85N3H7-1"
root_block_device.#: "" => "1"
root_block_device.0.delete_on_termination: "" => "true"
root_block_device.0.iops: "" => "0"
root_block_device.0.volume_size: "" => "100"
root_block_device.0.volume_type: "" => "gp2"
security_groups.#: "" => "4"
security_groups.2177991484: "" => "sg-07294408857e73416"
security_groups.2701041691: "" => "sg-04b0b25abecffa5dc"
security_groups.3840059721: "" => "sg-0f48a1f84b2d963cd"
security_groups.84306614: "" => "sg-014aae8889493dd9e"
user_data_base64: "" => "IyEvYmluL2Jhc2ggLXhlCgojIEFsbG93IHVzZXIgc3VwcGxpZWQgcHJlIHVzZXJkYXRhIGNvZGUKCgojIEJvb3RzdHJhcCBhbmQgam9pbiB0aGUgY2x1c3RlcgovZXRjL2Vrcy9ib290c3RyYXAuc2ggLS1iNjQtY2x1c3Rlci1jYSAnTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJGTkUxVVNYZE9la0Y2VFhwTmVVNXNiMWhFVkVrMFRWUkpkMDVFUVhwTmVrMTVUbXh2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlMzTXlDbUY1UkM4MVlURXdkVzFXVVN0UmNGWjFlVXRYYURkTlkyUlBXamhHTWpaVVZVVXZVMlZGZVhOTlYyNVNkMDR2WVhSV2VsaDJXVWw2VVU4elIxVlRTMGdLY1dodVkxbGhXR2hVT1dKV1YxTjNNRVZFWlVRelIzaHZjRko0YkZsMk1FNHdiRWxyVEd4MEwyZG9ObHBQWVhGR1IwSm5TU3M1TWpSTlZ6UjRUbFprTkFwQ09IZHlUMWRYWlhGQ2IyWldhMWcyTkZsVk0wWnRRMWRTYlVwMlpEUlBXakpKYkhGU1NqVlhWMUZsTDNWbGRIVnVUMHg1TjNaelRuVjNkM0V4ZDJWd0NraEZObnAzUVZGdVZVRm9aekJUVjNGc2Rtd3ljRmRuUzBoalRTdDRVRzVuZEROVmRFRkpRbGN4VjFReVRFNVBXRGsxYkVGbVUxZFpjRE5wT1Zwb1ozZ0tkR042VFRGVlRHOUxVRzlIVkdKM1kwRkxUVXR1WnpSRFYwZGFTVWxNV2tkdmRWVlFhMVJ1T1VZMGIwZFFTVWhVTURaalJrZFJiM0I1UjFwSFVVOXRXUW92ZFhsQ01XUktSRWMyU0hvcmFtMDNiSGhOUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGR1JVWmtNMElyYkhobFFqYzJPR2hGZDA5RVpsSXpSemxYTW5BS1FVVklRWFF2VW01clFTOTVhSGd3YW1VeGFGZHNLMEpqTVRFMVFURmlNVTVEV0VSTlNXTkdXbVp5YkhjMlVrdGhNVlF3YkZveWNYSXlNMlIzY0U5S1Z3cHVSbWxZTURZeE9IbE5NbkJvZERsYU1rWTJla04zUTNZclZubHZNV0p5UzB4SVEwWkhablVyYnpOdVRYQjJhVk5uYkRKWVExcHhLMGxMUlRsTmVWRTRDa2RQUkZacEwxbzFVR3RvT0V0NWFYRldWVzluTXpWa1R6TkZkMHBaUVZKTmRHZG5ibGRYVW1GRlVWbDNWbU5OVkZSTFNYUXhjalp1WVV0RFdrVjZRbW9LU1VWSlJsVk5kM2xMU1RaU2EwaDFTbTl1WVRKSlFYRk1UR3A1ZW1kelZscFBWVm9yTkd4M1ZGVmpTWEZqV0M5RmR6SlpiV2xOZEVrMlExbDNXamh0TkFwemJIbFpUVWwxZFZwNVFsTkNUak4yYzIxaWQyeGpTbVJ2T1dSc09VTk9MM0ozVkVoVUwwNU9ibVV4WWtRclkwaHZPRkpIVVZoTVQwbGlORDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89JyAtLWFwaXNlcnZlci1lbmRwb2ludCAnaHR0cHM6Ly9CNjk2RUYyMTRDMDMzNTEzMkEyM0FFRDhEQjdCQUE3Ri55bDQudXMtd2VzdC0yLmVrcy5hbWF6b25hd3MuY29tJyAtLWt1YmVsZXQtZXh0cmEtYXJncyAnJyAndGVzdC1la3MtTFQ4NU4zSDcnCgojIEFsbG93IHVzZXIgc3VwcGxpZWQgdXNlcmRhdGEgY29kZQplY2hvIGZvbyBiYXIK"
module.eks.aws_launch_configuration.workers[0]: Creating...
associate_public_ip_address: "" => "false"
ebs_block_device.#: "" => "<computed>"
ebs_optimized: "" => "false"
enable_monitoring: "" => "true"
iam_instance_profile: "" => "test-eks-LT85N3H72018120703350677270000000b"
image_id: "" => "ami-0f54a2f7d2e9c88b3"
instance_type: "" => "t2.small"
key_name: "" => "<computed>"
name: "" => "<computed>"
name_prefix: "" => "test-eks-LT85N3H7-0"
root_block_device.#: "" => "1"
root_block_device.0.delete_on_termination: "" => "true"
root_block_device.0.iops: "" => "0"
root_block_device.0.volume_size: "" => "100"
root_block_device.0.volume_type: "" => "gp2"
security_groups.#: "" => "2"
security_groups.3840059721: "" => "sg-0f48a1f84b2d963cd"
security_groups.84306614: "" => "sg-014aae8889493dd9e"
user_data_base64: "" => "IyEvYmluL2Jhc2ggLXhlCgojIEFsbG93IHVzZXIgc3VwcGxpZWQgcHJlIHVzZXJkYXRhIGNvZGUKCgojIEJvb3RzdHJhcCBhbmQgam9pbiB0aGUgY2x1c3RlcgovZXRjL2Vrcy9ib290c3RyYXAuc2ggLS1iNjQtY2x1c3Rlci1jYSAnTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJGTkUxVVNYZE9la0Y2VFhwTmVVNXNiMWhFVkVrMFRWUkpkMDVFUVhwTmVrMTVUbXh2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlMzTXlDbUY1UkM4MVlURXdkVzFXVVN0UmNGWjFlVXRYYURkTlkyUlBXamhHTWpaVVZVVXZVMlZGZVhOTlYyNVNkMDR2WVhSV2VsaDJXVWw2VVU4elIxVlRTMGdLY1dodVkxbGhXR2hVT1dKV1YxTjNNRVZFWlVRelIzaHZjRko0YkZsMk1FNHdiRWxyVEd4MEwyZG9ObHBQWVhGR1IwSm5TU3M1TWpSTlZ6UjRUbFprTkFwQ09IZHlUMWRYWlhGQ2IyWldhMWcyTkZsVk0wWnRRMWRTYlVwMlpEUlBXakpKYkhGU1NqVlhWMUZsTDNWbGRIVnVUMHg1TjNaelRuVjNkM0V4ZDJWd0NraEZObnAzUVZGdVZVRm9aekJUVjNGc2Rtd3ljRmRuUzBoalRTdDRVRzVuZEROVmRFRkpRbGN4VjFReVRFNVBXRGsxYkVGbVUxZFpjRE5wT1Zwb1ozZ0tkR042VFRGVlRHOUxVRzlIVkdKM1kwRkxUVXR1WnpSRFYwZGFTVWxNV2tkdmRWVlFhMVJ1T1VZMGIwZFFTVWhVTURaalJrZFJiM0I1UjFwSFVVOXRXUW92ZFhsQ01XUktSRWMyU0hvcmFtMDNiSGhOUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGR1JVWmtNMElyYkhobFFqYzJPR2hGZDA5RVpsSXpSemxYTW5BS1FVVklRWFF2VW01clFTOTVhSGd3YW1VeGFGZHNLMEpqTVRFMVFURmlNVTVEV0VSTlNXTkdXbVp5YkhjMlVrdGhNVlF3YkZveWNYSXlNMlIzY0U5S1Z3cHVSbWxZTURZeE9IbE5NbkJvZERsYU1rWTJla04zUTNZclZubHZNV0p5UzB4SVEwWkhablVyYnpOdVRYQjJhVk5uYkRKWVExcHhLMGxMUlRsTmVWRTRDa2RQUkZacEwxbzFVR3RvT0V0NWFYRldWVzluTXpWa1R6TkZkMHBaUVZKTmRHZG5ibGRYVW1GRlVWbDNWbU5OVkZSTFNYUXhjalp1WVV0RFdrVjZRbW9LU1VWSlJsVk5kM2xMU1RaU2EwaDFTbTl1WVRKSlFYRk1UR3A1ZW1kelZscFBWVm9yTkd4M1ZGVmpTWEZqV0M5RmR6SlpiV2xOZEVrMlExbDNXamh0TkFwemJIbFpUVWwxZFZwNVFsTkNUak4yYzIxaWQyeGpTbVJ2T1dSc09VTk9MM0ozVkVoVUwwNU9ibVV4WWtRclkwaHZPRkpIVVZoTVQwbGlORDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89JyAtLWFwaXNlcnZlci1lbmRwb2ludCAnaHR0cHM6Ly9CNjk2RUYyMTRDMDMzNTEzMkEyM0FFRDhEQjdCQUE3Ri55bDQudXMtd2VzdC0yLmVrcy5hbWF6b25hd3MuY29tJyAtLWt1YmVsZXQtZXh0cmEtYXJncyAnJyAndGVzdC1la3MtTFQ4NU4zSDcnCgojIEFsbG93IHVzZXIgc3VwcGxpZWQgdXNlcmRhdGEgY29kZQplY2hvIGZvbyBiYXIK"
module.eks.local_file.config_map_aws_auth: Creating...
content: "" => "apiVersion: v1\nkind: ConfigMap\nmetadata:\n name: aws-auth\n namespace: kube-system\ndata:\n mapRoles: |\n - rolearn: arn:aws:iam::774331681746:role/test-eks-LT85N3H720181207033506059400000008\n username: system:node:{{EC2PrivateDNSName}}\n groups:\n - system:bootstrappers\n - system:nodes\n\n - rolearn: arn:aws:iam::66666666666:role/role1\n username: role1\n groups:\n - system:masters\n\n mapUsers: |\n - userarn: arn:aws:iam::66666666666:user/user1\n username: user1\n groups:\n - system:masters\n\n mapAccounts: |\n - \"777777777777\"\n - \"888888888888\"\n\n"
filename: "" => "./config-map-aws-auth_test-eks-LT85N3H7.yaml"
module.eks.local_file.config_map_aws_auth: Creation complete after 0s (ID: 56211b7f1e9d59052e2f541682366797b937e6ef)
module.eks.null_resource.update_config_map_aws_auth: Creating...
triggers.%: "" => "1"
triggers.config_map_rendered: "" => "apiVersion: v1\nkind: ConfigMap\nmetadata:\n name: aws-auth\n namespace: kube-system\ndata:\n mapRoles: |\n - rolearn: arn:aws:iam::774331681746:role/test-eks-LT85N3H720181207033506059400000008\n username: system:node:{{EC2PrivateDNSName}}\n groups:\n - system:bootstrappers\n - system:nodes\n\n - rolearn: arn:aws:iam::66666666666:role/role1\n username: role1\n groups:\n - system:masters\n\n mapUsers: |\n - userarn: arn:aws:iam::66666666666:user/user1\n username: user1\n groups:\n - system:masters\n\n mapAccounts: |\n - \"777777777777\"\n - \"888888888888\"\n\n"
module.eks.null_resource.update_config_map_aws_auth: Provisioning with 'local-exec'...
module.eks.null_resource.update_config_map_aws_auth (local-exec): Executing: ["/bin/sh" "-c" "for i in {1..5}; do kubectl apply -f ./config-map-aws-auth_test-eks-LT85N3H7.yaml --kubeconfig ./kubeconfig_test-eks-LT85N3H7 && break || sleep 10; done"]
module.eks.aws_security_group_rule.workers_ingress_cluster_https: Creation complete after 0s (ID: sgrule-762671250)
module.eks.aws_iam_role_policy_attachment.workers_autoscaling: Creation complete after 1s (ID: test-eks-LT85N3H720181207033506059400000008-20181207033507520400000010)
module.eks.aws_security_group_rule.cluster_https_worker_ingress: Creation complete after 1s (ID: sgrule-1784186825)
module.eks.aws_security_group_rule.workers_ingress_cluster: Creation complete after 1s (ID: sgrule-2601600569)
module.eks.aws_security_group_rule.workers_ingress_self: Creation complete after 2s (ID: sgrule-197111436)
module.eks.aws_security_group_rule.workers_egress_internet: Creation complete after 2s (ID: sgrule-1627266477)
module.eks.aws_launch_configuration.workers[0]: Creation complete after 9s (ID: test-eks-LT85N3H7-020181207033508223000000012)
module.eks.aws_launch_configuration.workers.1: Still creating... (10s elapsed)
module.eks.null_resource.update_config_map_aws_auth: Still creating... (10s elapsed)
module.eks.aws_launch_configuration.workers[1]: Creation complete after 17s (ID: test-eks-LT85N3H7-120181207033508169400000011)
module.eks.aws_autoscaling_group.workers[1]: Creating...
arn: "" => "<computed>"
default_cooldown: "" => "<computed>"
desired_capacity: "" => "1"
force_delete: "" => "false"
health_check_grace_period: "" => "300"
health_check_type: "" => "<computed>"
launch_configuration: "" => "test-eks-LT85N3H7-120181207033508169400000011"
load_balancers.#: "" => "<computed>"
max_size: "" => "3"
metrics_granularity: "" => "1Minute"
min_size: "" => "1"
name: "" => "<computed>"
name_prefix: "" => "test-eks-LT85N3H7-1"
protect_from_scale_in: "" => "false"
service_linked_role_arn: "" => "<computed>"
tags.#: "" => "7"
tags.0.%: "" => "3"
tags.0.key: "" => "Name"
tags.0.propagate_at_launch: "" => "1"
tags.0.value: "" => "test-eks-LT85N3H7-1-eks_asg"
tags.1.%: "" => "3"
tags.1.key: "" => "kubernetes.io/cluster/test-eks-LT85N3H7"
tags.1.propagate_at_launch: "" => "1"
tags.1.value: "" => "owned"
tags.2.%: "" => "3"
tags.2.key: "" => "k8s.io/cluster-autoscaler/disabled"
tags.2.propagate_at_launch: "" => "0"
tags.2.value: "" => "true"
tags.3.%: "" => "3"
tags.3.key: "" => "Environment"
tags.3.propagate_at_launch: "" => "1"
tags.3.value: "" => "test"
tags.4.%: "" => "3"
tags.4.key: "" => "GithubOrg"
tags.4.propagate_at_launch: "" => "1"
tags.4.value: "" => "terraform-aws-modules"
tags.5.%: "" => "3"
tags.5.key: "" => "GithubRepo"
tags.5.propagate_at_launch: "" => "1"
tags.5.value: "" => "terraform-aws-eks"
tags.6.%: "" => "3"
tags.6.key: "" => "Workspace"
tags.6.propagate_at_launch: "" => "1"
tags.6.value: "" => "default"
vpc_zone_identifier.#: "" => "3"
vpc_zone_identifier.157751794: "" => "subnet-05e73ce9aa2b63baf"
vpc_zone_identifier.2200381625: "" => "subnet-0b9a56a43190a4643"
vpc_zone_identifier.4283888748: "" => "subnet-0c81e630492fb2b12"
wait_for_capacity_timeout: "" => "10m"
module.eks.aws_autoscaling_group.workers[0]: Creating...
arn: "" => "<computed>"
default_cooldown: "" => "<computed>"
desired_capacity: "" => "1"
force_delete: "" => "false"
health_check_grace_period: "" => "300"
health_check_type: "" => "<computed>"
launch_configuration: "" => "test-eks-LT85N3H7-020181207033508223000000012"
load_balancers.#: "" => "<computed>"
max_size: "" => "3"
metrics_granularity: "" => "1Minute"
min_size: "" => "1"
name: "" => "<computed>"
name_prefix: "" => "test-eks-LT85N3H7-0"
protect_from_scale_in: "" => "false"
service_linked_role_arn: "" => "<computed>"
tags.#: "" => "7"
tags.0.%: "" => "3"
tags.0.key: "" => "Name"
tags.0.propagate_at_launch: "" => "1"
tags.0.value: "" => "test-eks-LT85N3H7-0-eks_asg"
tags.1.%: "" => "3"
tags.1.key: "" => "kubernetes.io/cluster/test-eks-LT85N3H7"
tags.1.propagate_at_launch: "" => "1"
tags.1.value: "" => "owned"
tags.2.%: "" => "3"
tags.2.key: "" => "k8s.io/cluster-autoscaler/disabled"
tags.2.propagate_at_launch: "" => "0"
tags.2.value: "" => "true"
tags.3.%: "" => "3"
tags.3.key: "" => "Environment"
tags.3.propagate_at_launch: "" => "1"
tags.3.value: "" => "test"
tags.4.%: "" => "3"
tags.4.key: "" => "GithubOrg"
tags.4.propagate_at_launch: "" => "1"
tags.4.value: "" => "terraform-aws-modules"
tags.5.%: "" => "3"
tags.5.key: "" => "GithubRepo"
tags.5.propagate_at_launch: "" => "1"
tags.5.value: "" => "terraform-aws-eks"
tags.6.%: "" => "3"
tags.6.key: "" => "Workspace"
tags.6.propagate_at_launch: "" => "1"
tags.6.value: "" => "default"
vpc_zone_identifier.#: "" => "3"
vpc_zone_identifier.157751794: "" => "subnet-05e73ce9aa2b63baf"
vpc_zone_identifier.2200381625: "" => "subnet-0b9a56a43190a4643"
vpc_zone_identifier.4283888748: "" => "subnet-0c81e630492fb2b12"
wait_for_capacity_timeout: "" => "10m"
module.eks.null_resource.update_config_map_aws_auth: Still creating... (20s elapsed)
module.eks.aws_autoscaling_group.workers.1: Still creating... (10s elapsed)
module.eks.aws_autoscaling_group.workers.0: Still creating... (10s elapsed)
module.eks.null_resource.update_config_map_aws_auth: Still creating... (30s elapsed)
module.eks.null_resource.update_config_map_aws_auth (local-exec): Unable to connect to the server: dial tcp 52.27.138.214:443: i/o timeout
module.eks.aws_autoscaling_group.workers.0: Still creating... (20s elapsed)
module.eks.aws_autoscaling_group.workers.1: Still creating... (20s elapsed)
module.eks.null_resource.update_config_map_aws_auth: Still creating... (40s elapsed)
module.eks.null_resource.update_config_map_aws_auth: Creation complete after 40s (ID: 7761326671198028399)
module.eks.aws_autoscaling_group.workers.1: Still creating... (30s elapsed)
module.eks.aws_autoscaling_group.workers.0: Still creating... (30s elapsed)
module.eks.aws_autoscaling_group.workers.0: Still creating... (40s elapsed)
module.eks.aws_autoscaling_group.workers.1: Still creating... (40s elapsed)
module.eks.aws_autoscaling_group.workers[1]: Creation complete after 49s (ID: test-eks-LT85N3H7-120181207033525058500000013)
module.eks.aws_autoscaling_group.workers.0: Still creating... (50s elapsed)
module.eks.aws_autoscaling_group.workers.0: Still creating... (1m0s elapsed)
module.eks.aws_autoscaling_group.workers[0]: Creation complete after 1m9s (ID: test-eks-LT85N3H7-020181207033525059100000014)
Apply complete! Resources: 59 added, 0 changed, 0 destroyed.
Outputs:
cluster_endpoint = https://B696EF214C0335132A23AED8DB7BAA7F.yl4.us-west-2.eks.amazonaws.com
cluster_security_group_id = sg-007009621f6c05c95
config_map_aws_auth = apiVersion: v1
kind: ConfigMap
metadata:
name: aws-auth
namespace: kube-system
data:
mapRoles: |
- rolearn: arn:aws:iam::774331681746:role/test-eks-LT85N3H720181207033506059400000008
username: system:node:{{EC2PrivateDNSName}}
groups:
- system:bootstrappers
- system:nodes
- rolearn: arn:aws:iam::66666666666:role/role1
username: role1
groups:
- system:masters
mapUsers: |
- userarn: arn:aws:iam::66666666666:user/user1
username: user1
groups:
- system:masters
mapAccounts: |
- "777777777777"
- "888888888888"
kubectl_config = apiVersion: v1
preferences: {}
kind: Config
clusters:
- cluster:
server: https://B696EF214C0335132A23AED8DB7BAA7F.yl4.us-west-2.eks.amazonaws.com
certificate-authority-data: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUN5RENDQWJDZ0F3SUJBZ0lCQURBTkJna3Foa2lHOXcwQkFRc0ZBREFWTVJNd0VRWURWUVFERXdwcmRXSmwKY201bGRHVnpNQjRYRFRFNE1USXdOekF6TXpNeU5sb1hEVEk0TVRJd05EQXpNek15Tmxvd0ZURVRNQkVHQTFVRQpBeE1LYTNWaVpYSnVaWFJsY3pDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBS3MyCmF5RC81YTEwdW1WUStRcFZ1eUtXaDdNY2RPWjhGMjZUVUUvU2VFeXNNV25Sd04vYXRWelh2WUl6UU8zR1VTS0gKcWhuY1lhWGhUOWJWV1N3MEVEZUQzR3hvcFJ4bFl2ME4wbElrTGx0L2doNlpPYXFGR0JnSSs5MjRNVzR4TlZkNApCOHdyT1dXZXFCb2ZWa1g2NFlVM0ZtQ1dSbUp2ZDRPWjJJbHFSSjVXV1FlL3VldHVuT0x5N3ZzTnV3d3Exd2VwCkhFNnp3QVFuVUFoZzBTV3FsdmwycFdnS0hjTSt4UG5ndDNVdEFJQlcxV1QyTE5PWDk1bEFmU1dZcDNpOVpoZ3gKdGN6TTFVTG9LUG9HVGJ3Y0FLTUtuZzRDV0daSUlMWkdvdVVQa1RuOUY0b0dQSUhUMDZjRkdRb3B5R1pHUU9tWQovdXlCMWRKREc2SHoram03bHhNQ0F3RUFBYU1qTUNFd0RnWURWUjBQQVFIL0JBUURBZ0trTUE4R0ExVWRFd0VCCi93UUZNQU1CQWY4d0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFGRUZkM0IrbHhlQjc2OGhFd09EZlIzRzlXMnAKQUVIQXQvUm5rQS95aHgwamUxaFdsK0JjMTE1QTFiMU5DWERNSWNGWmZybHc2UkthMVQwbFoycXIyM2R3cE9KVwpuRmlYMDYxOHlNMnBodDlaMkY2ekN3Q3YrVnlvMWJyS0xIQ0ZHZnUrbzNuTXB2aVNnbDJYQ1pxK0lLRTlNeVE4CkdPRFZpL1o1UGtoOEt5aXFWVW9nMzVkTzNFd0pZQVJNdGdnbldXUmFFUVl3VmNNVFRLSXQxcjZuYUtDWkV6QmoKSUVJRlVNd3lLSTZSa0h1Sm9uYTJJQXFMTGp5emdzVlpPVVorNGx3VFVjSXFjWC9FdzJZbWlNdEk2Q1l3WjhtNApzbHlZTUl1dVp5QlNCTjN2c21id2xjSmRvOWRsOUNOL3J3VEhUL05ObmUxYkQrY0hvOFJHUVhMT0liND0KLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo=
name: eks_test-eks-LT85N3H7
contexts:
- context:
cluster: eks_test-eks-LT85N3H7
user: eks_test-eks-LT85N3H7
name: eks_test-eks-LT85N3H7
current-context: eks_test-eks-LT85N3H7
users:
- name: eks_test-eks-LT85N3H7
user:
exec:
apiVersion: client.authentication.k8s.io/v1alpha1
command: aws-iam-authenticator
args:
- "token"
- "-i"
- "test-eks-LT85N3H7"
region = us-west-2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment