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 08c22a7 commit 7c66ef2Copy full SHA for 7c66ef2
tf_module/ckr_gcp/main.tf
@@ -79,6 +79,8 @@ resource "google_cloudfunctions_function" "key_rotator_cloud_function" {
79
update = "10m"
80
delete = "10m"
81
}
82
+
83
+ ingress_settings = "ALLOW_INTERNAL_ONLY"
84
85
86
resource "google_cloudfunctions_function_iam_member" "key_rotator_invoker_perms" {
tf_module/ckr_gcp/module_version.txt
@@ -1 +1 @@
1
-1.1.1
+1.1.2
0 commit comments