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 98acd21 commit 9cf84c4Copy full SHA for 9cf84c4
gemini_gemini_gcp_enablement_setting_basic/main.tf
@@ -1,5 +1,6 @@
1
resource "google_gemini_gemini_gcp_enablement_setting" "example" {
2
gemini_gcp_enablement_setting_id = "ls1-tf-${local.name_suffix}"
3
location = "global"
4
+ labels = {"my_key": "my_value"}
5
enable_customer_data_sharing = true
6
}
0 commit comments