We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should be able to add VCN flow logs, bastion and operator logs as well as any other infra that is created on top of the base module.
# Copy-paste any Terraform configurations for how the requested feature may be used.
The text was updated successfully, but these errors were encountered:
I would advice to implement log feature one level lower when composing with other modules, instead of directly in base module.
e.g: vcn module is responsible to expose inputs to enable or not its own logs, same for compute, etc.
Base module will configure this setting for each resource as needed, but could own the loggroup creation.
Sorry, something went wrong.
No branches or pull requests
Community Note
Description
We should be able to add VCN flow logs, bastion and operator logs as well as any other infra that is created on top of the base module.
New or Affected Resource(s)
Potential Terraform Configuration
# Copy-paste any Terraform configurations for how the requested feature may be used.
References
The text was updated successfully, but these errors were encountered: