Skip to content

Commit

Permalink
Upgrade lower limit of terraform provider and bastion module
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomationD committed May 15, 2024
1 parent f8849bd commit f73a848
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -79,7 +79,7 @@ module "ec2_profile" {

module "bastion" {
source = "hazelops/ec2-openvpn-connector/aws"
version = "~>0.2"
version = "~>0.4.1"

vpn_enabled = false
env = var.env
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.0"
version = ">= 4.42.0"
}
}
required_version = ">= 0.13"
Expand Down
2 changes: 1 addition & 1 deletion examples/ecs-apps-monorepo/.ize/env/testnut/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.0"
version = ">= 4.42.0"
}
}
required_version = ">= 0.13"
Expand Down

0 comments on commit f73a848

Please sign in to comment.