We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ec2d9 commit 503fb19Copy full SHA for 503fb19
modules/vm-workload-scanning/main.tf
@@ -1,5 +1,5 @@
1
locals {
2
- suffix = random_id.suffix[0].hex
+ suffix = random_id.suffix.hex
3
}
4
5
resource "random_id" "suffix" {
modules/vm-workload-scanning/versions.tf
@@ -4,7 +4,7 @@ terraform {
required_providers {
google = {
6
source = "hashicorp/google"
7
- version = ">= 4.1, < 5.0"
+ version = ">= 4.21.0"
8
9
random = {
10
source = "hashicorp/random"
0 commit comments