Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.
This repository was archived by the owner on May 3, 2022. It is now read-only.

IP mismatch from terraform output to VM actual addresses #18

@bwgartner

Description

@bwgartner

The output (after terraform apply) echos the "ips", yet if you look at the VMs you will notice they are a +1 increment on the last octet. So then the output of

terraform output -json | jq -r '.ips.value[][]'

will not match the deployed VMs so the mk-ssh-config.sh and subsequent cluster setup commands will not work.

Good news is that manually making the IP changes in those commands/outputs seems to allows connectivity and completion

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomershelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions