terraform-google-modules / terraform-google-project-factory

Creates an opinionated Google Cloud project by using Shared VPC, IAM, and Google Cloud APIs
https://registry.terraform.io/modules/terraform-google-modules/project-factory/google
Apache License 2.0
825 stars 533 forks source link

How do I use lien_reason? #882

Closed red8888 closed 2 months ago

red8888 commented 6 months ago

TL;DR

Whats the deal with this, I want to use this: https://github.com/terraform-google-modules/terraform-google-project-factory/blob/37cda99f07809f75b7a1ab2128ad21521d45c805/modules/fabric-project/variables.tf#L62

I'm on the latest version of the module and all I have is lien. I want to add a lien description with the module.

Does the module add a description for me? Should I not be adding my own description?

Terraform Resources

terraform-google-project-factory

Detailed design

No response

Additional information

No response

imrannayer commented 5 months ago

@red8888 from description of the variables in module and provider

variable "lien_reason" {
  description = "If non-empty, creates a project lien with this description."
}

From provider description

reason - (Required) Concise user-visible strings indicating why an action cannot be performed on a resource. Maximum length of 200 characters.

github-actions[bot] commented 3 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days