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: dns resource #6

Merged

Conversation

johanneswuerbach
Copy link
Contributor

A dns resource using Cloud DNS.

required_version = ">= 1.3.0"
}

provider "humanitec" {}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm using here such a configuration:

provider "humanitec" {
  host   = var.humanitec_host
  org_id = var.humanitec_org_id
  token  = var.humanitec_token
}

But I don't have any opinion about its existence rather than it should be consistent

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For AWS I generally left those values out to reduce the amount of inputs, but we can also keep them.

examples/dns/variables.tf Show resolved Hide resolved
humanitec-resource-defs/dns/basic/main.tf Show resolved Hide resolved
Copy link
Contributor

@mateuszjenek mateuszjenek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@johanneswuerbach johanneswuerbach merged commit 0e8f44e into humanitec-architecture:main Jan 8, 2024
1 check passed
@johanneswuerbach johanneswuerbach deleted the dns-resource branch January 8, 2024 15:25
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