cloudposse / terraform-aws-vpn-connection

Terraform module to provision a site-to-site VPN connection between a VPC and an on-premises network
https://cloudposse.com/accelerate
Apache License 2.0
61 stars 58 forks source link

Terraform 0.14 upgrade #9

Closed maximmi closed 3 years ago

maximmi commented 3 years ago

what

why

Supersedes and closes #8 Supersedes and closes #10

maximmi commented 3 years ago

/test all

Nuru commented 3 years ago

/test ping all

Nuru commented 3 years ago

/test ping all

Nuru commented 3 years ago

/test all

Nuru commented 3 years ago

@maximmi The local.enabled pattern is fine to keep, and preferred when there are lots of usages. When converting from var.enabled, you can use either local.enabled or module.this.enabled.