Projects STRLCPY wrongsecrets Commits c0309a35
🤬
  • Update terraform-aws-modules/vpc/aws requirement from ~> 4.0.1 to ~> 5.0.0

    Updates the requirements on [terraform-aws-modules/vpc/aws](https://github.com/terraform-aws-modules/terraform-aws-vpc) to permit the latest version.
    - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-vpc/releases)
    - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-vpc/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v4.0.1...v5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: terraform-aws-modules/vpc/aws
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
  • Loading...
  • dependabot[bot] committed with GitHub 12 months ago
    c0309a35
    1 parent 8ef4b2dd
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    aws/main.tf
    skipped 36 lines
    37 37   
    38 38  module "vpc" {
    39 39   source = "terraform-aws-modules/vpc/aws"
    40  - version = "~> 4.0.1"
     40 + version = "~> 5.0.0"
    41 41   
    42 42   name = "${var.cluster_name}-vpc"
    43 43   cidr = local.vpc_cidr
    skipped 84 lines
Please wait...
Page is in error, reload to recover