aboutsummaryrefslogtreecommitdiffstats
path: root/terraform/ansible.tf
Commit message (Collapse)AuthorAgeFilesLines
* Remove galaxy variable for ansible reposColin Wilk2023-06-101-4/+1
| | | | | | | Merge galaxy variable for ansible repos into visibility since, for now, all publicly visible repositories will be on ansible galaxy. Signed-off-by: Colin Wilk <colin.wilk@tum.de>
* Move to for_each states with repo names as keysColin Wilk2023-06-041-2/+2
| | | | | | | | | | | Previously the states of the resources had the index of the repos in the variable in them. This leads to a lot of force recreate when you remove something from the middle since all the indexes afterwards get changed. Now we use the repository name as the key for the repository states which is also unique and more permanent. Signed-off-by: Colin Wilk <colin.wilk@tum.de>
* Move terraform config into own subdirectoryColin Wilk2023-06-011-0/+56
Signed-off-by: Colin Wilk <colin.wilk@tum.de>