Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ksatirli committed Jul 25, 2024
1 parent 67be712 commit 59003c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Terraform Cloud Workspace `repositories`
# HCP Terraform Workspace `repositories`

> This repository manages GitHub Configuration for [@workloads](https://github.com/workloads).
Expand Down Expand Up @@ -42,6 +42,7 @@ For more information, including detailed usage guidelines, see the [Terraform do
| github_owner | This is the target GitHub organization or individual user account to manage. | `string` | yes |
| github_token | A GitHub OAuth / Personal Access Token. | `string` | yes |
| actions_config | Complex Object of GitHub Actions Configuration. | <pre>map(object({<br> owner = string<br> repository = string<br><br> # support GitHub Actions that share a repository and are stored in a sub-directory<br> # value is optional and must be supplied without leading slash<br> path = optional(string)<br><br> version = string<br> }))</pre> | no |
| config | (optional) describe your variable | `map(any)` | no |
| github_organization_email | E-mail address to use for GitHub Organization. | `string` | no |
| issue_labels_hashicorp | HashiCorp Product-specific Issue Labels. | <pre>list(object({<br> color = string<br> description = optional(string)<br> name = string<br> }))</pre> | no |
| organization_members | User Names and Team Associations of GitHub Organization Members. | <pre>list(object({<br> username = string<br> teams = list(string)<br> }))</pre> | no |
Expand All @@ -62,7 +63,7 @@ For more information, including detailed usage guidelines, see the [Terraform do
| github_repository_slugs | GitHub Repository slugs. |
| github_urls | GitHub URLs. |
| nomad_pack_registry_commands | Nomad Pack CLI Commands for Registry operations. |
| workspace_url | Terraform Cloud Workspace URL. |
| workspace_url | HCP Terraform Workspace URL. |
<!-- END_TF_DOCS -->

## Notes
Expand Down
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ output "github_urls" {
}

output "workspace_url" {
description = "Terraform Cloud Workspace URL."
description = "HCP Terraform Workspace URL."
value = "https://app.terraform.io/app/${var.github_owner}/workspaces/repositories"
}

Expand Down
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ variable "terraform_repositories" {
},
{
name = "regional-workspaces"
description = "Terraform-managed Regional Terraform Cloud Workspaces"
description = "Terraform-managed Regional HCP Terraform Workspaces"
homepage_url = "https://app.terraform.io/app/workloads/regional-workspaces"
visibility = "public"
has_issues = true
Expand Down Expand Up @@ -913,7 +913,7 @@ variable "terraform_repositories" {
delete_branch_on_merge = true
}, {
name = "workspaces"
description = "Terraform-managed Terraform Cloud Workspaces"
description = "Terraform-managed HCP Terraform Workspaces"
homepage_url = "https://app.terraform.io/app/workloads/workspaces"
visibility = "public"
has_issues = true
Expand Down

0 comments on commit 59003c1

Please sign in to comment.