Skip to content

Commit

Permalink
Added comments (#5876) (#11387)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Mar 31, 2022
1 parent 8f0857e commit 739e3da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changelog/5876.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```release-note:none
```
3 changes: 3 additions & 0 deletions google/resource_cgc_snippet_generated_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -447,10 +447,13 @@ resource "google_sql_database_instance" "postgres_public_ip_instance_name" {
settings {
availability_type = "ZONAL"
ip_configuration {
# Add optional authorized networks
# Update to match the customer's networks
authorized_networks {
name = "test-net-3"
value = "203.0.113.0/24"
}
# Enable public IP
ipv4_enabled = true
}
tier = "db-custom-2-7680"
Expand Down

0 comments on commit 739e3da

Please sign in to comment.