Skip to content

Commit

Permalink
Force generation of tf-oics
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath committed Mar 12, 2024
1 parent c7d7082 commit fcb65f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmv1/templates/terraform/examples/iap_destgroup.tf.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource "google_iap_tunnel_dest_group" "dest_group" {
region = "us-central1"
group_name = "testgroup%{random_suffix}"
group_name = "testgroup1%{random_suffix}"
cidrs = [
"10.1.0.0/16",
"192.168.10.0/24",
Expand Down

0 comments on commit fcb65f1

Please sign in to comment.