Skip to content

Commit

Permalink
remove an empty multistate example, upgrade vpcs terraform modules to…
Browse files Browse the repository at this point in the history
… 5.0
  • Loading branch information
AutomationD committed May 15, 2024
1 parent d9d847a commit f8849bd
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 96 deletions.
2 changes: 1 addition & 1 deletion examples/bastion-tunnel-monorepo/.ize/env/testnut/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "aws_key_pair" "root" {

module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "~> 3.0"
version = "~> 5.0"

name = "${var.env}-vpc"
cidr = "10.0.0.0/16"
Expand Down
2 changes: 1 addition & 1 deletion examples/ecs-apps-monorepo/.ize/env/testnut/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "aws_key_pair" "root" {

module "vpc" {
source = "registry.terraform.io/terraform-aws-modules/vpc/aws"
version = "~> 3.0"
version = "~> 5.0"

name = "${var.env}-vpc"
cidr = "10.0.0.0/16"
Expand Down
2 changes: 1 addition & 1 deletion examples/multistack-monorepo/vpc/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "vpc" {
source = "registry.terraform.io/terraform-aws-modules/vpc/aws"
version = "~> 3.0"
version = "~> 5.0"

name = "${var.env}-vpc"
cidr = "10.0.0.0/16"
Expand Down
Empty file.
11 changes: 0 additions & 11 deletions examples/multistate-monorepo/.ize/env/testnut/api/variables.tf

This file was deleted.

60 changes: 0 additions & 60 deletions examples/multistate-monorepo/.ize/env/testnut/ize.toml

This file was deleted.

Empty file.
11 changes: 0 additions & 11 deletions examples/multistate-monorepo/.ize/env/testnut/variables.tf

This file was deleted.

Empty file.
11 changes: 0 additions & 11 deletions examples/multistate-monorepo/.ize/env/testnut/vpc/variables.tf

This file was deleted.

0 comments on commit f8849bd

Please sign in to comment.