Skip to content

Commit 7c66ef2

Browse files
authored
Make gcp cloudfunction internal only (#573)
* Make GCP cloudfunction internal only * Bump GCP module version
1 parent 08c22a7 commit 7c66ef2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tf_module/ckr_gcp/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ resource "google_cloudfunctions_function" "key_rotator_cloud_function" {
7979
update = "10m"
8080
delete = "10m"
8181
}
82+
83+
ingress_settings = "ALLOW_INTERNAL_ONLY"
8284
}
8385

8486
resource "google_cloudfunctions_function_iam_member" "key_rotator_invoker_perms" {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1
1+
1.1.2

0 commit comments

Comments
 (0)