You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/project_services/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Expected variables:
11
11
12
12
| Name | Description | Type | Default | Required |
13
13
|------|-------------|:----:|:-----:|:-----:|
14
-
|credentials\_path|Path to a service account credentials file with rights to run the Project Factory. If this file is absent Terraform will fall back to Application Default Credentials. | string |`""`| no |
14
+
|enable|Actually enable the APIs listed | string |`"true"`| no |
15
15
| project\_id | The GCP project you want to enable APIs on | string | n/a | yes |
Copy file name to clipboardExpand all lines: examples/project_services/variables.tf
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,11 @@
14
14
* limitations under the License.
15
15
*/
16
16
17
-
variable"credentials_path" {
18
-
description="Path to a service account credentials file with rights to run the Project Factory. If this file is absent Terraform will fall back to Application Default Credentials."
19
-
default=""
20
-
}
21
-
22
17
variable"project_id" {
23
18
description="The GCP project you want to enable APIs on"
0 commit comments