forked from GoogleCloudPlatform/magic-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't send update request if updatemask is empty for resources with t…
…erraform_labels field (GoogleCloudPlatform#9154) * Don't send update request if updatmask is empty when resource has terraform_labels * Remove the function check field_specific_update_methods * Set project to billing project for google_network_security_address_group * Change back of project for resource google_network_security_address_group
- Loading branch information
Showing
11 changed files
with
69 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
mmv1/templates/terraform/post_create/network_security_address_group_operation.go.erb
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
mmv1/templates/terraform/post_delete/network_security_address_group_operation.go.erb
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
mmv1/templates/terraform/post_update/network_security_address_group_operation.go.erb
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
mmv1/templates/terraform/pre_create/network_security_address_group_operation.go.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
project = "" |
1 change: 1 addition & 0 deletions
1
mmv1/templates/terraform/pre_delete/network_security_address_group_operation.go.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
project = "" |
1 change: 1 addition & 0 deletions
1
mmv1/templates/terraform/pre_update/network_security_address_group_operation.go.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
project = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 0 additions & 14 deletions
14
..._party/terraform/services/networksecurity/network_security_address_group_operation.go.erb
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters