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.
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.
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 unlessvpc = true
is explicitly set.