Skip to content

Commit

Permalink
updating tfc org name
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttyso committed Apr 16, 2022
1 parent 441a0b9 commit ff81587
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/tfc_agent_pool/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
data "tfe_agent_pool" "agent_pool" {
name = var.agent_pool
organization = var.tfc_org_name
organization = var.tfc_organization
}
2 changes: 1 addition & 1 deletion modules/tfc_agent_pool/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
variable "tfc_org_name" {
variable "tfc_organization" {
description = "Terraform Cloud Organization Name."
type = string
}
Expand Down

0 comments on commit ff81587

Please sign in to comment.