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 cbc5075 commit 1e24694Copy full SHA for 1e24694
run/connect_cloud_sql/main.tf
@@ -16,16 +16,6 @@
16
17
# Project data
18
# [START cloudrun_connect_cloud_sql_parent_tag]
19
-
20
-terraform {
21
- required_providers {
22
- google = {
23
- source = "hashicorp/google"
24
- version = "~> 5.13.0"
25
- }
26
27
-}
28
29
data "google_project" "project" {
30
}
31
run/secret_manager/main.tf
@@ -21,16 +21,6 @@
*/
# [START cloudrun_secret_manager_secret]
32
33
34
resource "google_secret_manager_secret" "default" {
35
secret_id = "my-secret"
36
replication {
0 commit comments