Update pubsub topic to read after create, same as TPG #2346 (#2469)

<!-- This change is generated by MagicModules. -->
/cc @danawillow
This commit is contained in:
The Magician 2018-11-13 15:44:46 -08:00 committed by Nathan McKinley
parent 7a4893f83c
commit 8da6d3b181
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ func resourcePubsubTopicCreate(d *schema.ResourceData, meta interface{}) error {
d.SetId(res.Name)
return nil
return resourcePubsubTopicRead(d, meta)
}
func resourcePubsubTopicRead(d *schema.ResourceData, meta interface{}) error {

View File

@ -10,7 +10,7 @@ description: |-
Creates a new bucket in Google cloud storage service (GCS).
Once a bucket has been created, its location can't be changed.
[ACLs](https://cloud.google.com/storage/docs/access-control/lists) can be applied using the [`google_storage_bucket_acl` resource](/docs/providers/google/r/storage_bucket_acl.html).
[ACLs](https://cloud.google.com/storage/docs/access-control/lists) can be applied using the `google_storage_bucket_acl` resource.
For more information see
[the official documentation](https://cloud.google.com/storage/docs/overview)
and