Skip to content

Commit

Permalink
Move system configs to own subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 committed Feb 18, 2024
1 parent 86aac4b commit 098b58c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ provider "gitlab" {
}

module "domain" {
source = "./domain"
source = "system/domain"
cloudflare_account_id = var.cloudflare_account_id
cloudflare_api_token = var.cloudflare_api_token
}
2 changes: 1 addition & 1 deletion domain/main.tf → system/domain/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "cloudflare_zone_settings_override" "main" {
}

module "docs_pages" {
source = "../modules/gitlab/pages_domain"
source = "../../modules/gitlab/pages_domain"

cloudflare_domain_name = "docs"
cloudflare_zone_id = data.cloudflare_zone.main_domain.id
Expand Down
File renamed without changes.

0 comments on commit 098b58c

Please sign in to comment.