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

add dns resources to service-level terraform #336

Merged
merged 6 commits into from
Sep 21, 2022
Merged

Conversation

bobcallaway
Copy link
Member

Signed-off-by: Bob Callaway bcallaway@google.com

cpanato
cpanato previously approved these changes Sep 3, 2022
Copy link
Member

@cpanato cpanato left a comment

Choose a reason for hiding this comment

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

Cool

resource "google_dns_record_set" "A_ctfe" {
name = "ctfe.${var.dns_domain_name}"
type = "A"
ttl = 60
Copy link
Contributor

Choose a reason for hiding this comment

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

This seems awfully short to me, but my dns-fu is super old :)

vaikas
vaikas previously approved these changes Sep 21, 2022
Copy link
Contributor

@vaikas vaikas left a comment

Choose a reason for hiding this comment

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

The 'pending' checks are because we changed the set of expected tests. All the tests were passing.

Signed-off-by: Bob Callaway <bcallaway@google.com>
Signed-off-by: Bob Callaway <bcallaway@google.com>
Signed-off-by: Bob Callaway <bcallaway@google.com>
Signed-off-by: Bob Callaway <bcallaway@google.com>
Signed-off-by: Bob Callaway <bcallaway@google.com>
Signed-off-by: Bob Callaway <bcallaway@google.com>
@vaikas vaikas merged commit 3ec90da into sigstore:main Sep 21, 2022
deobieta pushed a commit to deobieta/scaffolding that referenced this pull request Sep 21, 2022
* add dns resources to service-level terraform

Signed-off-by: Bob Callaway <bcallaway@google.com>

* remove duplicate resource

Signed-off-by: Bob Callaway <bcallaway@google.com>

* add missing var

Signed-off-by: Bob Callaway <bcallaway@google.com>

* fix spacing

Signed-off-by: Bob Callaway <bcallaway@google.com>

* remove unused region var

Signed-off-by: Bob Callaway <bcallaway@google.com>

* remove region reference

Signed-off-by: Bob Callaway <bcallaway@google.com>

Signed-off-by: Bob Callaway <bcallaway@google.com>
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.

4 participants