Skip to content

[Terraform][AWS] Error: error creating Route in Route Table #84

@mpagot

Description

@mpagot
terraform:
  variables:
    hana_cluster_vip: "10.0.0.15"
    hana_ha_enabled: "true"

result in error during the terraform deployment step like:

ERROR:QESAPDEP:STDERR:          Error: error creating Route in Route Table (rtb-##############) with destination (10.0.0.15/32): InvalidParameterValue: Route destination doesn't match any subnet CIDR blocks.
ERROR:QESAPDEP:STDERR:                  status code: 400, request id: ###############
ERROR:QESAPDEP:STDERR:
ERROR:QESAPDEP:STDERR:            with module.hana_node.aws_route.hana-cluster-vip[0],
ERROR:QESAPDEP:STDERR:            on modules/hana_node/main.tf line 28, in resource "aws_route" "hana-cluster-vip":
ERROR:QESAPDEP:STDERR:            28: resource "aws_route" "hana-cluster-vip" {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions