Skip to content

Commit

Permalink
Update and rename humanoid_robot_demos.tf to humanoid_robot_intellige…
Browse files Browse the repository at this point in the history
…nce_control_system_demos.tf
  • Loading branch information
RonaldsonBellande authored Nov 14, 2023
1 parent ca67e46 commit 6334e1a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 0 additions & 16 deletions humanoid_robot_demos.tf

This file was deleted.

16 changes: 16 additions & 0 deletions humanoid_robot_intelligence_control_system_demos.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
locals {
humanoid_robot_intelligence_control_system_demos_team = [
"RonaldsonBellande",
]
humanoid_robot_intelligence_control_system_demos_repositories = [
"humanoid_robot_intelligence_control_system_demos-release",
]
}

module "humanoid_robot_intelligence_control_system_demos_team" {
source = "./modules/release_team"
team_name = "humanoid_robot_intelligence_control_system_demos"
members = local.humanoid_robot_intelligence_control_system_demos_team
repositories = local.humanoid_robot_intelligence_control_system_demos_repositories
depends_on = [github_membership.members, github_repository.repositories]
}

0 comments on commit 6334e1a

Please sign in to comment.