Skip to content

Commit

Permalink
Merge pull request #70 from bschaatsbergen/rm-container-vm-constraint
Browse files Browse the repository at this point in the history
remove the terraform-google-modules/container-vm/google version constraint, hardpin a version
  • Loading branch information
bschaatsbergen committed Jan 6, 2023
2 parents 5150ce0 + 587ff70 commit 76b3a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ resource "google_compute_instance_template" "atlantis" {

module "atlantis" {
source = "terraform-google-modules/container-vm/google"
version = "~> 2.0"
version = "3.1.0"

container = {
image = var.image
Expand Down

0 comments on commit 76b3a32

Please sign in to comment.