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 c92ec61 commit 368d109Copy full SHA for 368d109
opsless_system/variables.tf
@@ -0,0 +1,15 @@
1
+variable "project_id" {
2
+ type = string
3
+ description = "The GCP project ID where resources will be created."
4
+}
5
+
6
+variable "region" {
7
8
+ description = "The region in which to create the bucket (e.g., 'us-central1')."
9
+ default = "us-central1"
10
11
12
+variable "bucket_name" {
13
14
+ description = "Name of the GCS bucket to store Terraform state."
15
0 commit comments