Skip to content

Commit 504ad7f

Browse files
authoredFeb 11, 2025
Update variables.tf
1 parent d3af20f commit 504ad7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎infra/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ variable "resource_owner" {
1616
default = "myName"
1717
}
1818
variable "tf_cloud_organization" {
19-
type = string
20-
description = "TF cloud org (Value set in TF cloud)"
19+
type = string
20+
description = "Terraform Cloud Organization (set in GitHub secrets)"
2121
}
2222
variable "ssh_key" {
2323
type = string

0 commit comments

Comments
 (0)