We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ab5a8 commit 1f48cd0Copy full SHA for 1f48cd0
.changelog/5952.txt
@@ -0,0 +1,2 @@
1
+```release-note:none
2
+```
google-beta/resource_cgc_snippet_generated_test.go
@@ -761,5 +761,15 @@ resource "google_storage_bucket_object" "default" {
761
content_type = "text/plain"
762
bucket = google_storage_bucket.static.id
763
}
764
+
765
+# Get object metadata
766
+data "google_storage_bucket_object" "default" {
767
+ name = google_storage_bucket_object.default.name
768
+ bucket = google_storage_bucket.static.id
769
+}
770
771
+output "object_metadata" {
772
+ value = data.google_storage_bucket_object.default
773
774
`, context)
775
0 commit comments