learn-terraform-advanced-deployments icon indicating copy to clipboard operation
learn-terraform-advanced-deployments copied to clipboard

fix the tf version and resolver

Open 1zg12 opened this issue 2 years ago • 2 comments

Background

There are two problemes with the existing script:

  1. The existing tf script failed with a newer version of terraform
  2. the target group created cannot reach out to the EC2 instances, hence resulted in 502 Bad gateway. the root cause is due to the DNS resolver.

1zg12 avatar Jul 16 '23 04:07 1zg12

CLA assistant check
All committers have signed the CLA.

hashicorp-cla avatar Jul 16 '23 04:07 hashicorp-cla

Removed required_providers version "~> 1.3.0" to work compatibility with 1.8.5 and not enough compute power

jv199768 avatar Jun 17 '24 23:06 jv199768