Skip to content

Commit d204860

Browse files
Update all non-major dependencies
1 parent 78b51c0 commit d204860

6 files changed

+8
-8
lines changed

.python-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.10.2
1+
3.12.2

psk-gcp-platform-base-role.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module "base-role" {
22
source = "terraform-google-modules/iam/google//modules/custom_role_iam"
33
#checkov:skip=CKV_TF_1
4-
version = "7.7.0"
4+
version = "7.7.1"
55
target_level = "project"
66
target_id = var.gcp_project_id
77
role_id = "pskGcpPlatformBaseRole"

psk-gcp-platform-iam-profiles-sa.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resource "google_service_account" "iam_profiles" {
66
module "iam-profiles-role" {
77
source = "terraform-google-modules/iam/google//modules/custom_role_iam"
88
#checkov:skip=CKV_TF_1
9-
version = "7.7.0"
9+
version = "7.7.1"
1010
target_level = "project"
1111
target_id = var.gcp_project_id
1212
role_id = "pskGcpPlatformIamProfilesRole"

psk-gcp-platform-vpc-sa.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resource "google_service_account" "vpc" {
66
module "vpc-role" {
77
source = "terraform-google-modules/iam/google//modules/custom_role_iam"
88
#checkov:skip=CKV_TF_1
9-
version = "7.7.0"
9+
version = "7.7.1"
1010
target_level = "project"
1111
target_id = var.gcp_project_id
1212
role_id = "pskGcpPlatformVpcRole"

state_account_bootstrap.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ module "base-role-state" {
9393

9494
source = "terraform-google-modules/iam/google//modules/custom_role_iam"
9595
#checkov:skip=CKV_TF_1
96-
version = "7.7.0"
96+
version = "7.7.1"
9797
target_level = "project"
9898
target_id = var.gcp_state_project_id
9999
role_id = "pskGcpPlatformBaseRole"
@@ -121,7 +121,7 @@ module "state-iam-profiles-role" {
121121

122122
source = "terraform-google-modules/iam/google//modules/custom_role_iam"
123123
#checkov:skip=CKV_TF_1
124-
version = "7.7.0"
124+
version = "7.7.1"
125125
target_level = "project"
126126
target_id = var.gcp_state_project_id
127127
role_id = "pskGcpPlatformIamProfilesRole"

versions.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ terraform {
44
required_providers {
55
google = {
66
source = "hashicorp/google"
7-
version = "4.75.0"
7+
version = "4.84.0"
88
}
99
random = {
1010
source = "hashicorp/random"
11-
version = "3.5.1"
11+
version = "3.6.0"
1212
}
1313
}
1414

0 commit comments

Comments
 (0)