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
As [documented] (https://aws.amazon.com/vpc/faqs), the VPC length must be a value between /16 and /28. Furthermore, it is not possible to specify the 4 additional CIDRs.
cat barebone.eu-west-1.yml| yq -e .spec.infrastructure.vpc.network.cidr && AWS_DEFAULT_REGION=us-east-1 AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY furyctl-ng validate config -c barebone.eu-west-1.yml --distro-location 'git::[email protected]:sighupio/fury-distribution.git?depth=1&ref=feature/furyctl-next'
10.10.0.0/15
INFO Downloading distribution...
INFO configuration file validation succeeded
AWS_REGION=us-east-1 AWS_DEFAULT_REGION=us-east-1 AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY furyctl-ng create cluster -c barebone.eu-west-1.yml --distro-location 'git::[email protected]:sighupio/fury-distribution.git?depth=1&ref=feature/furyctl-next'
INFO Downloading distribution...
INFO Validating configuration file...
INFO Downloading dependencies...
INFO Validating dependencies...
INFO Creating cluster...
INFO Running infrastructure phase...
ERRO error while creating cluster: error while executing infrastructure phase: error running terraform plan: error running terraform plan: /Users/giuseppe.iannelli/.furyctl/bin/terraform/0.15.4/terraform /Users/giuseppe.iannelli/.furyctl/bin/terraform/0.15.4/terraform plan -no-color -out plan/terraform.plan: command failed - exit status 1
out:
err:
Error: expected "cidr_block" to contain a network Value with between 16 and 28 significant bits, got: 15
with module.vpc-and-vpn.module.vpc.aws_vpc.this[0],
on .terraform/modules/vpc-and-vpn.vpc/main.tf line 32, in resource "aws_vpc""this":
32: cidr_block = var.cidr
The text was updated successfully, but these errors were encountered:
As [documented] (https://aws.amazon.com/vpc/faqs), the VPC length must be a value between /16 and /28. Furthermore, it is not possible to specify the 4 additional CIDRs.
The text was updated successfully, but these errors were encountered: