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
admin_@cloudshell:~/cloud-foundation-fabric/blueprints/data-solutions/data-platform-foundations$ terraform plan
var.project_config
Provide 'billing_account_id' value if project creation is needed, uses existing 'project_ids' if null. Parent is in 'folders/nnn' or 'organizations/nnn' format.
Enter a value: "0168EE-77421F-419636"
╷
│ Warning: Value for undeclared variable
│
│ The root module does not declare a variable named "billing_account_id" but a value was found in file "terraform.tfvars". If you meant to use this value, add a "variable" block to the configuration.
│
│ To silence these warnings, use TF_VAR_... environment variables to provide certain "global" settings to all configurations in your organization. To reduce the verbosity of these warnings, use the -compact-warnings option.
╵
╷
│ Warning: Value for undeclared variable
│
│ The root module does not declare a variable named "parent" but a value was found in file "terraform.tfvars". If you meant to use this value, add a "variable" block to the configuration.
│
│ To silence these warnings, use TF_VAR_... environment variables to provide certain "global" settings to all configurations in your organization. To reduce the verbosity of these warnings, use the -compact-warnings option.
╵
╷
│ Error: Invalid value for input variable
│
│ on variables.tf line 170:
│ 170: variable "project_config" {
│
│ Unsuitable value for var.project_config set using an interactive prompt: object required.
╵
The text was updated successfully, but these errors were encountered:
Following the README.md steps is not working.
Steps:
$ git clone https://github.com/GoogleCloudPlatform/cloud-foundation-fabric.git
$ cd cloud-foundation-fabric/blueprints/data-solutions/data-platform-foundations
$ [edit terraform.tfvars with your variables]
$ terraform init
$ terraform apply
Vars:
prefix = "dp"
parent = "folders/482502016930"
billing_account_id = "1111111-222222-3333333"
organization_domain = "andresousa.dev"
region = "us-central1"
Error:
admin_@cloudshell:~/cloud-foundation-fabric/blueprints/data-solutions/data-platform-foundations$ terraform plan
var.project_config
Provide 'billing_account_id' value if project creation is needed, uses existing 'project_ids' if null. Parent is in 'folders/nnn' or 'organizations/nnn' format.
Enter a value: "0168EE-77421F-419636"
╷
│ Warning: Value for undeclared variable
│
│ The root module does not declare a variable named "billing_account_id" but a value was found in file "terraform.tfvars". If you meant to use this value, add a "variable" block to the configuration.
│
│ To silence these warnings, use TF_VAR_... environment variables to provide certain "global" settings to all configurations in your organization. To reduce the verbosity of these warnings, use the -compact-warnings option.
╵
╷
│ Warning: Value for undeclared variable
│
│ The root module does not declare a variable named "parent" but a value was found in file "terraform.tfvars". If you meant to use this value, add a "variable" block to the configuration.
│
│ To silence these warnings, use TF_VAR_... environment variables to provide certain "global" settings to all configurations in your organization. To reduce the verbosity of these warnings, use the -compact-warnings option.
╵
╷
│ Error: Invalid value for input variable
│
│ on variables.tf line 170:
│ 170: variable "project_config" {
│
│ Unsuitable value for var.project_config set using an interactive prompt: object required.
╵
The text was updated successfully, but these errors were encountered: