-
Notifications
You must be signed in to change notification settings - Fork 76
fix cert manager timeout #44
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
Conversation
|
@nimakaviani Please approve this. This is another bug we found while using reference-implementation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this! Just a minor comment to make sure we aren't using something that's deprecated.
terraform/cert-manager.tf
Outdated
| }) | ||
| } | ||
|
|
||
| resource "null_resource" "wait_for_cert_manager" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
null_resource is deprecated. let's use what's suggested in the doc here: https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making the change. Just have a question about the new module being added. Please also fix DCO so we can merge: https://github.com/apps/dco
terraform/versions.tf
Outdated
| http = { | ||
| source = "hashicorp/http" | ||
| version = ">= 3.4.4" | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this module needed?
Signed-off-by: Zach Jacobson <[email protected]>
Signed-off-by: Zach Jacobson <[email protected]>
Signed-off-by: Zach Jacobson <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you very much.
Adds a null resource to cert manager to stop the timeout when creating