Skip to content

v0.41.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 18 Feb 15:52
9a76fe5
Support aws provider 4+ @max-lobur (#119)

what

  • Support aws provider 4+

why

  • Current default throws an error in provider 4+

  on .terraform/modules/ec2_zscaler/main.tf line 126, in resource "aws_instance" "default":
 126:   private_ip                           = var.private_ip
  • for terraform provider below 4 pass private_ip="" explicitly