Skip to content

Commit

Permalink
Feature/remame hetzner zone module (#18) #minor
Browse files Browse the repository at this point in the history
* Rename module repository

Signed-off-by: Mustafa Kara <[email protected]>

* Rename module repository

Signed-off-by: Mustafa Kara <[email protected]>

---------

Signed-off-by: Mustafa Kara <[email protected]>
  • Loading branch information
mustafaahmetkara authored Mar 5, 2024
1 parent 016c8a2 commit 13fd62a
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .mk/state_mount.mk

This file was deleted.

4 changes: 0 additions & 4 deletions .mk/state_umount.mk

This file was deleted.

4 changes: 2 additions & 2 deletions github/opsheaven/repositories/terraform-modules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ terraform-github-organisation:
status_checks:
- 'pre-commit'

terraform-hetzner-zone:
terraform-hetzner-hetzner-zone:
description: 'OpsHeaven''s Terraform module to manage Hetzner DNS Zones.'
homepage_url: 'https://registry.terraform.io/modules/opsheaven/zone/hetzner'
homepage_url: 'https://registry.terraform.io/modules/opsheaven/zone/hetzner-zone'
visibility: 'public'
has_issues: true
has_downloads: false
Expand Down
23 changes: 23 additions & 0 deletions github/opsheaven/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,26 @@ inputs = merge(
)
}
)

generate "moved" {
path = "moved.tf"
if_exists = "overwrite"
contents = <<EOT
moved {
from = github_branch_default.main["terraform-hetzner-zone"]
to = github_branch_default.main["terraform-hetzner-hetzner-zone"]
}
moved {
from = github_repository.this["terraform-hetzner-zone"]
to = github_repository.this["terraform-hetzner-hetzner-zone"]
}
moved {
from = github_repository_collaborators.this["terraform-hetzner-zone"]
to =github_repository_collaborators.this["terraform-hetzner-hetzner-zone"]
}
moved {
from = github_branch_protection.this["terraform-hetzner-zone"]
to =github_branch_protection.this["terraform-hetzner-hetzner-zone"]
}
EOT
}

0 comments on commit 13fd62a

Please sign in to comment.