ibm-cloud-architecture / terraform-icp-aws

This Terraform configurations uses the AWS provider to provision virtual machines on AWS to prepare VMs and deploy IBM Cloud Private on them. This Terraform template automates best practices learned from installing ICP on AWS at numerous client sites in production.
9 stars 30 forks source link

set eip vpc to true #33

Closed hassenius closed 5 years ago

hassenius commented 5 years ago

Currently aws_eip has not set anything for the vpc key, which is fine on at least some accounts. However, some aws accounts seem to have problems unless vpc = true is explicitly set.