Skip to content

Commit 503fb19

Browse files
committed
Fixes found during testing
1 parent 93ec2d9 commit 503fb19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/vm-workload-scanning/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
locals {
2-
suffix = random_id.suffix[0].hex
2+
suffix = random_id.suffix.hex
33
}
44

55
resource "random_id" "suffix" {

modules/vm-workload-scanning/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
google = {
66
source = "hashicorp/google"
7-
version = ">= 4.1, < 5.0"
7+
version = ">= 4.21.0"
88
}
99
random = {
1010
source = "hashicorp/random"

0 commit comments

Comments
 (0)