Skip to content

Instantly share code, notes, and snippets.

@philipl
Created April 12, 2017 19:35
Show Gist options
  • Save philipl/cbe27b036dcb23a55e07096173851633 to your computer and use it in GitHub Desktop.
Save philipl/cbe27b036dcb23a55e07096173851633 to your computer and use it in GitHub Desktop.
Terraform output
module.networking.aws_route.public_igw_route: Creating...
destination_cidr_block: "" => "0.0.0.0/0"
destination_prefix_list_id: "" => "<computed>"
egress_only_gateway_id: "" => "<computed>"
gateway_id: "" => "igw-17625a72"
instance_id: "" => "<computed>"
instance_owner_id: "" => "<computed>"
nat_gateway_id: "" => "<computed>"
network_interface_id: "" => "<computed>"
origin: "" => "<computed>"
route_table_id: "" => "rtb-d7980cb3"
state: "" => "<computed>"
Error applying plan:
1 error(s) occurred:
* module.networking.aws_route.public_ipv6_igw_route: 1 error(s) occurred:
* aws_route.public_ipv6_igw_route: Error creating route: MissingParameter: The request must contain the parameter destinationCidrBlock or destinationIpv6CidrBlock
status code: 400, request id: 4bef5b9f-88bb-4023-ae2f-3d7e25e191f6
Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment