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

Enable Publishing to Terraform Registry #5

Merged
merged 4 commits into from
Feb 7, 2024

Conversation

gene-redpanda
Copy link
Contributor

@gene-redpanda gene-redpanda commented Dec 6, 2023

Pretty much exactly follows the directions here: https://developer.hashicorp.com/terraform/registry/providers/publishing

Only differences are golangci remediation.

@gene-redpanda gene-redpanda changed the title publishing work Work around publishing to Terraform Registry Dec 6, 2023
@gene-redpanda gene-redpanda changed the title Work around publishing to Terraform Registry Enable Publishing to Terraform Registry Dec 6, 2023
@gene-redpanda gene-redpanda marked this pull request as ready for review December 6, 2023 19:16
@gene-redpanda gene-redpanda force-pushed the github-actions-and-publishing branch from 5a3d239 to 68f6a7d Compare February 6, 2024 14:32
Comment on lines +1 to +2
# Visit https://golangci-lint.run/ for usage documentation
# and information on other useful linters
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this a stray file and the golangci lint changed a lot after this. We can delete this one.

flags:
- -trimpath
ldflags:
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't see the main.commit in the main package, but I do see the version.

@gene-redpanda gene-redpanda merged commit d0d537b into main Feb 7, 2024
2 checks passed
@gene-redpanda gene-redpanda deleted the github-actions-and-publishing branch February 7, 2024 23:50
andrewstucki pushed a commit to andrewstucki/terraform-provider-redpanda that referenced this pull request Nov 22, 2024
* add outputs to support airgap

I want to be able to build route53 records off of stateful ids and the "public" ip generated by a supplied vpc. Doing this with the current outputs results in issues when using random_id + count on the module's outputs. With this method we should be ok.

* minor fix + test
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