Skip to content

Commit

Permalink
Merge pull request #141 from argyle-engineering/main
Browse files Browse the repository at this point in the history
chore(deps): update container-vm to 3.1.1
  • Loading branch information
bschaatsbergen committed Feb 12, 2024
2 parents 172b802 + 27f8127 commit 08bb953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -202,7 +202,7 @@ You can check the status of the certificate in the Google Cloud Console.

| Name | Source | Version |
|------|--------|---------|
| <a name="module_container"></a> [container](#module\_container) | terraform-google-modules/container-vm/google | 3.1.0 |
| <a name="module_container"></a> [container](#module\_container) | terraform-google-modules/container-vm/google | 3.1.1 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion main.tf
Expand Up @@ -79,7 +79,7 @@ data "cloudinit_config" "config" {

module "container" {
source = "terraform-google-modules/container-vm/google"
version = "3.1.0"
version = "3.1.1"

container = {
image = var.image
Expand Down

0 comments on commit 08bb953

Please sign in to comment.