Skip to content

Commit

Permalink
Data source compute security policy file and function renames (Google…
Browse files Browse the repository at this point in the history
  • Loading branch information
jbuck authored and BBBmau committed Nov 13, 2024
1 parent faf2271 commit 2479bb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ func DataSourceGoogleComputeSecurityPolicy() *schema.Resource {
tpgresource.AddOptionalFieldsToSchema(dsSchema, "self_link")

return &schema.Resource{
Read: dataSourceComputSecurityPolicyRead,
Read: dataSourceComputeSecurityPolicyRead,
Schema: dsSchema,
}
}

func dataSourceComputSecurityPolicyRead(d *schema.ResourceData, meta interface{}) error {
func dataSourceComputeSecurityPolicyRead(d *schema.ResourceData, meta interface{}) error {
config := meta.(*transport_tpg.Config)
id := ""

Expand Down

0 comments on commit 2479bb8

Please sign in to comment.