Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add gcp dns-zone module #45

Closed
wants to merge 1 commit into from
Closed

feat: add gcp dns-zone module #45

wants to merge 1 commit into from

Conversation

maxsxu
Copy link
Member

@maxsxu maxsxu commented Oct 27, 2023

Motivation

To help customer configure new sub DNS zone.

How to use?

module "gcp-dns-zone" {
  source = "github.com/streamnative/terraform-managed-cloud//modules/gcp/dns-zone"

  source_project = "<input-project-holds-source-zone>"
  target_project = "<input-project-holds-target-zone>"

  source_zone_name     = "<input-source-zone>"
  target_zone_name     = "<input-target-zone>"
  target_zone_dns_name = "<input-target-dns>"
}

@maxsxu maxsxu requested a review from ciiiii October 27, 2023 03:50
@maxsxu maxsxu self-assigned this Oct 27, 2023
@maxsxu maxsxu requested a review from a team as a code owner October 27, 2023 03:50
@maxsxu
Copy link
Member Author

maxsxu commented Nov 2, 2023

Typically, the parent zone might not live in GCP but in other providers, e.g, GoDaddy

So this module doesn't fit for these scenarios.

@maxsxu maxsxu closed this Nov 2, 2023
@maxsxu maxsxu deleted the max/gcp-dns-zone branch November 2, 2023 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants