Skip to content

Commit

Permalink
correcting example module source format
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttyso committed Jun 17, 2021
1 parent 4d11ebc commit d60ee1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/simple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#__________________________________________________________

module "tfc_agent_pool" {
source = "terraform-cisco-modules/tfe//modules/tfc_agent_pools"
source = "terraform-cisco-modules/modules/tfe//modules/tfc_agent_pools"
agent_pool = var.agent_pool
tfc_org_name = var.tfc_org_name
}
Expand All @@ -16,7 +16,7 @@ module "tfc_agent_pool" {
#__________________________________________________________

module "tfc_workspaces" {
source = "terraform-cisco-modules/tfe//modules/tfc_workspaces"
source = "terraform-cisco-modules/modules/tfe//modules/tfc_workspaces"
depends_on = [
module.tfc_agent_pool
]
Expand Down Expand Up @@ -78,7 +78,7 @@ module "tfc_workspaces" {
#__________________________________________________________

module "tfc_variables_global" {
source = "terraform-cisco-modules/tfe//modules/tfc_variables"
source = "terraform-cisco-modules/modules/tfe//modules/tfc_variables"
depends_on = [
module.tfc_workspaces
]
Expand Down

0 comments on commit d60ee1f

Please sign in to comment.