Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Feb 15:13
21802ef

Breaking Changes

  • Removed all providers from examples (#66)
    • we mainly did it to let some clients condition the example installation (which could not be done due to Terraform restrictions with conditionals and providers

      A module intended to be called by one or more other modules must not contain any provider blocks.
      A module containing its own provider configurations is not compatible with the for_each, count, and depends_on

    • this aligns with terraform good practices, but requires user to explicitly define all providers

Small Modifications

  • Security group, pin down ingress and egress configuration for(#65)
  • VPC, remove auto-assign ipv4 (#67)