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 cert-manager root certificate #337

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Add cert-manager root certificate #337

wants to merge 4 commits into from

Conversation

brettcurtis
Copy link
Contributor

@brettcurtis brettcurtis commented Feb 1, 2025

Summary by CodeRabbit

  • New Features

    • Introduced a new Kubernetes cert-manager integration with output support for self-signed certificate and private key management.
    • Enhanced remote state configuration for improved management of infrastructure state.
    • Added new variable remote_bucket across multiple environments for remote storage configuration.
  • Refactor

    • Reorganized Kubernetes modules by phasing out legacy implementations in favor of updated integrations.
  • Chores

    • Upgraded various dependency versions, including the Google provider and checkov, to maintain consistency and security.
    • Updated pre-commit hook parameters to enhance code quality checks.
  • Documentation

    • Updated configuration guides to reflect the new integrations and dependency enhancements.
    • Revised documentation to reflect updated provider versions across multiple modules.

@brettcurtis brettcurtis self-assigned this Feb 1, 2025
Copy link
Contributor

coderabbitai bot commented Feb 1, 2025

Walkthrough

This pull request updates several Terraform and pre-commit configuration files. It modifies versions for various providers, including the hashicorp/google provider and the checkov repository, while also updating hash values in multiple Terraform lock files. The changes introduce new modules, outputs, and input variables related to Kubernetes cert-manager integration, while older module definitions are removed or updated. Additionally, the pre-commit configuration is adjusted to reflect new repository versions and hook arguments.

Changes

File(s) Change Summary
.pre-commit-config.yaml Updated repository versions for pre-commit-terraform (v1.97.0 → v1.97.1) and checkov (3.2.357 → 3.2.360); modified checkov hook arguments from "CKV_TF_1" to "CKV_TF_1,CKV_TF_2".
./.terraform.lock.hcl, README.md, main.tf, outputs.tf At the root level, updated provider version for hashicorp/google-beta (6.17.0 → 6.18.1) and added a new hashicorp/tls provider; added new module kubernetes_cert_manager with version reference "tls" and corresponding outputs; redefined Kubernetes module configurations by removing old definitions and adding new modules.
regional/{cert-manager,datadog,istio,onboarding,opa-gatekeeper}/[.terraform.lock.hcl, README.md], regional/datadog/manifests/[.terraform.lock.hcl, README.md], regional/istio/{manifests/.terraform.lock.hcl, README.md}, regional/istio/test/README.md In various regional directories, updated the Google provider version (mostly 6.17.0 or 6.16.0 → 6.18.1) and replaced provider hash values; additionally, updated the datadog provider version in one instance (3.52.1 → 3.53.0).
regional/cert-manager/istio-csr/{.terraform.lock.hcl, README.md, locals.tf, main.tf, variables.tf} For the istio-csr module, updated the Google provider version (6.17.0 → 6.18.1); changed the module source reference from ref=v0.1.4 to ref=tls; added a new provider block for Terraform, a remote state data source, a new input variable (remote_bucket), a local variable (main), and TLS self-signed certificate variables.

Possibly related PRs


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai or @coderabbitai title anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

infracost bot commented Feb 1, 2025

💰 Infracost report

Monthly estimate generated

Estimate details (includes details of unsupported resources and skipped projects due to errors)
──────────────────────────────────
Project: main-production
Errors:
  Diff baseline error:
    Error loading Terraform modules:
      could not load modules for path /usr/src/app/osinfra-io/google-cloud-kubernetes/main open /usr/src/app/osinfra-io/google-cloud-kubernetes/main/.infracost/terraform_modules/0b4ad10c0a3cad31f1ab128d4a778444/root:
        no such file or directory

──────────────────────────────────
Project: main-sandbox
Errors:
  Diff baseline error:
    Error loading Terraform modules:
      could not load modules for path /usr/src/app/osinfra-io/google-cloud-kubernetes/main open /usr/src/app/osinfra-io/google-cloud-kubernetes/main/.infracost/terraform_modules/0b4ad10c0a3cad31f1ab128d4a778444/root:
        no such file or directory

──────────────────────────────────
Project: regional-cert-manager-istio-csr-production
Module path: regional/cert-manager/istio-csr
Errors:
  Diff baseline error:
    Error loading Terraform modules:
      could not load modules for path /usr/src/app/osinfra-io/google-cloud-kubernetes/main/regional/cert-manager/istio-csr open /usr/src/app/osinfra-io/google-cloud-kubernetes/main/.infracost/terraform_modules/0b4ad10c0a3cad31f1ab128d4a778444/root:
        no such file or directory

──────────────────────────────────
Project: regional-cert-manager-istio-csr-sandbox
Module path: regional/cert-manager/istio-csr
Errors:
  Diff baseline error:
    Error loading Terraform modules:
      could not load modules for path /usr/src/app/osinfra-io/google-cloud-kubernetes/main/regional/cert-manager/istio-csr open /usr/src/app/osinfra-io/google-cloud-kubernetes/main/.infracost/terraform_modules/0b4ad10c0a3cad31f1ab128d4a778444/root:
        no such file or directory

──────────────────────────────────
Project: regional-cert-manager-production
Module path: regional/cert-manager
Errors:
  Diff baseline error:
    Error loading Terraform modules:
      could not load modules for path /usr/src/app/osinfra-io/google-cloud-kubernetes/main/regional/cert-manager open /usr/src/app/osinfra-io/google-cloud-kubernetes/main/.infracost/terraform_modules/0b4ad10c0a3cad31f1ab128d4a778444/root:
        no such file or directory

──────────────────────────────────
Project: regional-cert-manager-sandbox
Module path: regional/cert-manager
Errors:
  Diff baseline error:
    Error loading Terraform modules:
      could not load modules for path /usr/src/app/osinfra-io/google-cloud-kubernetes/main/regional/cert-manager open /usr/src/app/osinfra-io/google-cloud-kubernetes/main/.infracost/terraform_modules/0b4ad10c0a3cad31f1ab128d4a778444/root:
        no such file or directory

──────────────────────────────────
Project: regional-datadog-manifests-production
Module path: regional/datadog/manifests
Errors:
  Diff baseline error:
    Error loading Terraform modules:
      could not load modules for path /usr/src/app/osinfra-io/google-cloud-kubernetes/main/regional/datadog/manifests open /usr/src/app/osinfra-io/google-cloud-kubernetes/main/.infracost/terraform_modules/0b4ad10c0a3cad31f1ab128d4a778444/root:
        no such file or directory

──────────────────────────────────
Project: regional-datadog-manifests-sandbox
Module path: regional/datadog/manifests
Errors:
  Diff baseline error:
    Error loading Terraform modules:
      could not load modules for path /usr/src/app/osinfra-io/google-cloud-kubernetes/main/regional/datadog/manifests open /usr/src/app/osinfra-io/google-cloud-kubernetes/main/.infracost/terraform_modules/0b4ad10c0a3cad31f1ab128d4a778444/root:
        no such file or directory

──────────────────────────────────
Project: regional-datadog-production
Module path: regional/datadog
Errors:
  Diff baseline error:
    Error loading Terraform modules:
      could not load modules for path /usr/src/app/osinfra-io/google-cloud-kubernetes/main/regional/datadog open /usr/src/app/osinfra-io/google-cloud-kubernetes/main/.infracost/terraform_modules/0b4ad10c0a3cad31f1ab128d4a778444/root:
        no such file or directory

──────────────────────────────────
Project: regional-datadog-sandbox
Module path: regional/datadog
Errors:
  Diff baseline error:
    Error loading Terraform modules:
      could not load modules for path /usr/src/app/osinfra-io/google-cloud-kubernetes/main/regional/datadog open /usr/src/app/osinfra-io/google-cloud-kubernetes/main/.infracost/terraform_modules/0b4ad10c0a3cad31f1ab128d4a778444/root:
        no such file or directory

──────────────────────────────────
Project: regional-istio-manifests-production
Module path: regional/istio/manifests
Errors:
  Diff baseline error:
    Error loading Terraform modules:
      could not load modules for path /usr/src/app/osinfra-io/google-cloud-kubernetes/main/regional/istio/manifests open /usr/src/app/osinfra-io/google-cloud-kubernetes/main/.infracost/terraform_modules/0b4ad10c0a3cad31f1ab128d4a778444/root:
        no such file or directory

──────────────────────────────────
Project: regional-istio-manifests-sandbox
Module path: regional/istio/manifests
Errors:
  Diff baseline error:
    Error loading Terraform modules:
      could not load modules for path /usr/src/app/osinfra-io/google-cloud-kubernetes/main/regional/istio/manifests open /usr/src/app/osinfra-io/google-cloud-kubernetes/main/.infracost/terraform_modules/0b4ad10c0a3cad31f1ab128d4a778444/root:
        no such file or directory

──────────────────────────────────
Project: regional-istio-production
Module path: regional/istio
Errors:
  Diff baseline error:
    Error loading Terraform modules:
      could not load modules for path /usr/src/app/osinfra-io/google-cloud-kubernetes/main/regional/istio open /usr/src/app/osinfra-io/google-cloud-kubernetes/main/.infracost/terraform_modules/0b4ad10c0a3cad31f1ab128d4a778444/root:
        no such file or directory

──────────────────────────────────
Project: regional-istio-sandbox
Module path: regional/istio
Errors:
  Diff baseline error:
    Error loading Terraform modules:
      could not load modules for path /usr/src/app/osinfra-io/google-cloud-kubernetes/main/regional/istio open /usr/src/app/osinfra-io/google-cloud-kubernetes/main/.infracost/terraform_modules/0b4ad10c0a3cad31f1ab128d4a778444/root:
        no such file or directory

──────────────────────────────────
Project: regional-production
Module path: regional
Errors:
  Diff baseline error:
    Error loading Terraform modules:
      could not load modules for path /usr/src/app/osinfra-io/google-cloud-kubernetes/main/regional open /usr/src/app/osinfra-io/google-cloud-kubernetes/main/.infracost/terraform_modules/0b4ad10c0a3cad31f1ab128d4a778444/root:
        no such file or directory

──────────────────────────────────
Project: regional-sandbox
Module path: regional
Errors:
  Diff baseline error:
    Error loading Terraform modules:
      could not load modules for path /usr/src/app/osinfra-io/google-cloud-kubernetes/main/regional open /usr/src/app/osinfra-io/google-cloud-kubernetes/main/.infracost/terraform_modules/0b4ad10c0a3cad31f1ab128d4a778444/root:
        no such file or directory

──────────────────────────────────
──────────────────────────────────
11 projects have no cost estimate changes.
Run the following command to see their breakdown: infracost breakdown --path=/path/to/code

──────────────────────────────────
133 cloud resources were detected:
∙ 16 were estimated
∙ 102 were free
∙ 15 are not supported yet, see https://infracost.io/requested-resources:
  ∙ 4 x google_gke_hub_feature
  ∙ 3 x google_gke_hub_membership
  ∙ 2 x google_billing_budget
  ∙ 2 x google_cloud_identity_group_membership
  ∙ 2 x google_compute_security_policy
  ∙ 2 x google_container_node_pool
This comment will be updated when code changes.

@brettcurtis brettcurtis temporarily deployed to Sandbox: us-east4-a February 2, 2025 00:04 — with GitHub Actions Inactive
@brettcurtis brettcurtis marked this pull request as ready for review February 2, 2025 00:06
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🧹 Nitpick comments (2)
regional/cert-manager/istio-csr/README.md (1)

30-37: Documentation Discrepancy in Outputs Section
The tf-docs block under the Outputs section still shows "No outputs." even though new outputs for the cert-manager root certificate and key have been added (as seen in outputs.tf). Consider updating this section so that the documentation accurately reflects all available outputs.

README.md (1)

Line range hint 60-64: Cert-Manager Module & Outputs Documentation Added

The README now documents the new kubernetes_cert_manager module sourced from "github.com/osinfra-io/terraform-kubernetes-cert-manager" with the version tag "tls". Additionally, two new output entries provide details for the cert-manager root certificate and its private key.

Recommendation: Confirm that in the corresponding Terraform module the private key output is marked as sensitive to prevent accidental exposure.

Also applies to: 87-88

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between f41b617 and 470563c.

📒 Files selected for processing (26)
  • .pre-commit-config.yaml (2 hunks)
  • .terraform.lock.hcl (2 hunks)
  • README.md (2 hunks)
  • main.tf (1 hunks)
  • outputs.tf (1 hunks)
  • regional/cert-manager/.terraform.lock.hcl (1 hunks)
  • regional/cert-manager/README.md (1 hunks)
  • regional/cert-manager/istio-csr/.terraform.lock.hcl (1 hunks)
  • regional/cert-manager/istio-csr/README.md (2 hunks)
  • regional/cert-manager/istio-csr/locals.tf (1 hunks)
  • regional/cert-manager/istio-csr/main.tf (1 hunks)
  • regional/cert-manager/istio-csr/variables.tf (1 hunks)
  • regional/datadog/.terraform.lock.hcl (1 hunks)
  • regional/datadog/README.md (1 hunks)
  • regional/datadog/manifests/.terraform.lock.hcl (1 hunks)
  • regional/datadog/manifests/README.md (1 hunks)
  • regional/istio/.terraform.lock.hcl (1 hunks)
  • regional/istio/README.md (1 hunks)
  • regional/istio/manifests/.terraform.lock.hcl (1 hunks)
  • regional/istio/manifests/README.md (1 hunks)
  • regional/istio/test/README.md (1 hunks)
  • regional/onboarding/.terraform.lock.hcl (1 hunks)
  • regional/onboarding/README.md (1 hunks)
  • regional/opa-gatekeeper/.terraform.lock.hcl (1 hunks)
  • regional/opa-gatekeeper/README.md (1 hunks)
  • regional/opa-gatekeeper/manifests/.terraform.lock.hcl (1 hunks)
✅ Files skipped from review due to trivial changes (12)
  • regional/datadog/manifests/README.md
  • regional/istio/manifests/README.md
  • regional/cert-manager/istio-csr/locals.tf
  • regional/istio/README.md
  • regional/opa-gatekeeper/README.md
  • regional/onboarding/README.md
  • regional/datadog/README.md
  • regional/cert-manager/README.md
  • regional/istio/test/README.md
  • regional/opa-gatekeeper/.terraform.lock.hcl
  • regional/opa-gatekeeper/manifests/.terraform.lock.hcl
  • regional/onboarding/.terraform.lock.hcl
🧰 Additional context used
📓 Learnings (1)
regional/cert-manager/istio-csr/variables.tf (1)
Learnt from: brettcurtis
PR: osinfra-io/google-cloud-kubernetes#150
File: regional/cert-manager/istio-csr/tfvars/us-east4-c-sandbox.tfvars:2-2
Timestamp: 2024-11-12T12:23:57.379Z
Learning: In Terraform `.tfvars` files, the `remote_bucket` variable is intentionally named differently across all environments.
🪛 Checkov (3.2.334)
main.tf

[HIGH] 18-20: Ensure Terraform module sources use a tag with a version number

(CKV_TF_2)

⏰ Context from checks skipped due to timeout of 90000ms (2)
  • GitHub Check: Regional: us-east1-b / Terraform apply
  • GitHub Check: Regional: us-east4-a / Terraform apply
🔇 Additional comments (20)
regional/cert-manager/istio-csr/variables.tf (1)

4-7: New Input Variable remote_bucket Defined Correctly
The addition of the remote_bucket variable is clear and follows Terraform best practices. The description properly explains its purpose for configuring the remote state data source.

regional/cert-manager/istio-csr/main.tf (2)

1-13: Add Remote State Data Source Configuration
The new data "terraform_remote_state" "main" block is correctly configured:

  • Uses the gcs backend.
  • Dynamically references the bucket via var.remote_bucket and the prefix via module.helpers.repository.
  • Constructs the workspace name using module.helpers.environment.

Ensure that the referenced outputs (e.g. from module.helpers) are available.


19-24: Module Source and TLS Variables Update
The update in the module block for kubernetes_cert_manager_istio_csr is well done:

  • The source has been updated from a fixed version to use ref=tls, increasing flexibility.
  • New variables for the cert-manager root certificate and key (tls_self_signed_cert_cert_manager_root_cert and tls_self_signed_cert_cert_manager_root_key) have been added and are sourced from local values.

Double-check that the local variables (local.main.kubernetes_cert_manager_tls_self_signed_cert_cert_manager_root_cert and ..._root_key) are properly defined elsewhere.

.pre-commit-config.yaml (2)

15-15: Pre-commit Terraform Hook Revision Update
The update to rev: v1.97.1 for the pre-commit-terraform hooks is in line with keeping dependencies current. Verify that this change does not introduce any incompatibilities with your existing Terraform configurations.


36-43: Checkov Version and Skipped Checks Adjusted
Updating the Checkov revision to 3.2.360 and modifying the skip-check argument to ["CKV_TF_1,CKV_TF_2"] is clear. Just ensure that excluding both check IDs is intentional and that it does not mask potential issues in your Terraform code.

outputs.tf (2)

14-17: New Output for Cert-Manager Root Certificate
The newly added output for kubernetes_cert_manager_tls_self_signed_cert_cert_manager_root_cert is correctly defined and provides clear documentation.


19-24: New Output for Cert-Manager Root Key with Sensitivity Flag
The output for the cert-manager root key is properly marked as sensitive. Confirm that the module indeed produces the expected values for these outputs.

regional/cert-manager/istio-csr/README.md (3)

12-13: Provider Versions Updated in Documentation
The documentation now reflects the updated provider versions—google provider is at 6.18.1 and a new terraform provider is introduced with version n/a. This aligns well with the overall version bump effort.


20-20: Module Version Adjustment Documented
Changing the module version for kubernetes_cert_manager_istio_csr to tls is clearly documented. Ensure that stakeholders are aware of any behavioral differences compared to version-specific tags.


34-36: New Input Documentation for remote_bucket
The README now includes details for the new remote_bucket input, matching its definition in variables.tf.

main.tf (2)

22-31: Module "kubernetes_engine": Confirm configuration compliance.

The module is sourced with a pinned version using

?ref=v0.2.2

and its inputs (e.g. namespaces and project) are correctly provided. Verify that this configuration is consistent with the overall infrastructure strategy.


32-41: Module "kubernetes_istio": Validate input variable mapping.

The module is properly pinned with

?ref=v0.1.7

and the variables like gateway_dns, labels, and project are passed as expected. Confirm that these inputs align with your deployment requirements for Istio.

regional/datadog/manifests/.terraform.lock.hcl (1)

5-16: Google Provider Version Update in Manifests Lock File.

The provider "registry.terraform.io/hashicorp/google" has been updated to version "6.18.1" with a refreshed set of hash values. Ensure that these new hashes match those officially provided for the release to safeguard against integrity issues.

regional/datadog/.terraform.lock.hcl (1)

5-16: Google Provider Version Update in Datadog Lock File.

The update to version "6.18.1" along with the new hash values for the Google provider is consistent with repository-wide changes. Please verify the correctness of these new hash values to maintain Terraform integrity.

regional/istio/manifests/.terraform.lock.hcl (1)

5-18: Google Provider Update in Istio Manifests Lock File.

The provider version has been updated to "6.18.1" and all associated hash values have been replaced. This change standardizes the provider version across environments. Confirm that these updates are validated against the official provider release data.

regional/cert-manager/.terraform.lock.hcl (1)

5-18: Google Provider Update in Cert-Manager Lock File.

The provider "registry.terraform.io/hashicorp/google" now uses version "6.18.1", with its hash values completely replaced. This update is consistent with the other regions. Ensure that the new hashes are correct and that they align with the release documentation for the provider.

regional/cert-manager/istio-csr/.terraform.lock.hcl (1)

5-18: Google Provider Version & Hashes Updated

The Google provider is now set to version "6.18.1" with a refreshed list of hash values. This update is in line with similar changes elsewhere in the repository. Please make sure that these new hashes are validated (e.g., via a fresh terraform init) to ensure consistency across your environments.

regional/istio/.terraform.lock.hcl (1)

5-18: Consistent Google Provider Update in Istio Configuration

The update to version "6.18.1" for the Google provider and the corresponding new hashes are properly reflected in this lock file. This change appears consistent with updates in other regional configurations.

.terraform.lock.hcl (2)

45-59: Google-Beta Provider Update

The google-beta provider block now uses version "6.18.1" and includes a new set of hash values. This change aligns with the upgrade of the stable Google provider, ensuring uniformity across provider versions.


81-99: New TLS Provider Block Added

A new provider block for hashicorp/tls (version "4.0.6") has been introduced. This addition is likely required to support the cert-manager root certificate functionality. Verify that all necessary configurations (e.g., in your cert-manager module) are updated accordingly.

Comment on lines +15 to +21
# Kubernetes cert-manager Module (osinfra.io)
# https://github.com/osinfra-io/terraform-kubernetes-cert-manager

module "kubernetes_cert_manager" {
source = "github.com/osinfra-io/terraform-kubernetes-cert-manager?ref=tls"
}

Copy link
Contributor

Choose a reason for hiding this comment

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

🛠️ Refactor suggestion

⚠️ Potential issue

Module "kubernetes_cert_manager": Validate module source versioning.

The module source is defined as

source = "github.com/osinfra-io/terraform-kubernetes-cert-manager?ref=tls"

which uses the reference tls rather than a semantic version number. This could lead to unexpected changes if the branch is updated. Consider pinning to a specific release tag to ensure stability.

🧰 Tools
🪛 Checkov (3.2.334)

[HIGH] 18-20: Ensure Terraform module sources use a tag with a version number

(CKV_TF_2)

@brettcurtis brettcurtis had a problem deploying to Sandbox Onboarding: us-east4-a February 2, 2025 00:19 — with GitHub Actions Error
@brettcurtis brettcurtis temporarily deployed to Sandbox: us-east1-b February 2, 2025 00:20 — with GitHub Actions Inactive
@brettcurtis brettcurtis temporarily deployed to Sandbox Onboarding: us-east4-a February 2, 2025 00:21 — with GitHub Actions Inactive
@brettcurtis brettcurtis temporarily deployed to Sandbox Onboarding: us-east1-b February 2, 2025 00:22 — with GitHub Actions Inactive
@brettcurtis brettcurtis temporarily deployed to Sandbox Datadog: us-east1-b February 2, 2025 00:24 — with GitHub Actions Inactive
@brettcurtis brettcurtis temporarily deployed to Sandbox cert-manager: us-east1-b February 2, 2025 00:24 — with GitHub Actions Inactive
@brettcurtis brettcurtis temporarily deployed to Sandbox Datadog: us-east4-a February 2, 2025 00:24 — with GitHub Actions Inactive
@brettcurtis brettcurtis temporarily deployed to Sandbox cert-manager: us-east4-a February 2, 2025 00:24 — with GitHub Actions Inactive
@brettcurtis brettcurtis requested a deployment to Sandbox Datadog Manifests: us-east4-a February 2, 2025 00:26 — with GitHub Actions Waiting
@brettcurtis brettcurtis requested a deployment to Sandbox Datadog Manifests: us-east1-b February 2, 2025 00:26 — with GitHub Actions Waiting
@brettcurtis brettcurtis requested a deployment to Sandbox OPA Gatekeeper: us-east1-b February 2, 2025 00:26 — with GitHub Actions Waiting
@brettcurtis brettcurtis requested a deployment to Sandbox OPA Gatekeeper: us-east4-a February 2, 2025 00:26 — with GitHub Actions Waiting
@brettcurtis brettcurtis requested a deployment to Sandbox cert-manager: us-east1-b February 2, 2025 00:27 — with GitHub Actions Waiting
@brettcurtis brettcurtis temporarily deployed to Sandbox cert-manager Istio CSR: us-east1-b February 2, 2025 18:54 — with GitHub Actions Inactive
@brettcurtis brettcurtis temporarily deployed to Sandbox OPA Gatekeeper: us-east1-b February 2, 2025 18:54 — with GitHub Actions Inactive
@brettcurtis brettcurtis temporarily deployed to Sandbox Istio: us-east1-b February 2, 2025 18:56 — with GitHub Actions Inactive
@brettcurtis brettcurtis temporarily deployed to Sandbox Istio: us-east4-a February 2, 2025 18:56 — with GitHub Actions Inactive
@brettcurtis brettcurtis deployed to Sandbox Istio Manifests: us-east4-a February 2, 2025 19:02 — with GitHub Actions Active
@brettcurtis brettcurtis deployed to Sandbox Istio Manifests: us-east1-b February 2, 2025 19:02 — with GitHub Actions Active
@brettcurtis brettcurtis temporarily deployed to Sandbox Istio Test: us-east4-a February 2, 2025 19:05 — with GitHub Actions Inactive
@brettcurtis brettcurtis temporarily deployed to Sandbox Istio Test: us-east1-b February 2, 2025 19:06 — with GitHub Actions Inactive
@brettcurtis brettcurtis deployed to Sandbox: Main February 2, 2025 20:31 — with GitHub Actions Active
@brettcurtis brettcurtis temporarily deployed to Sandbox Onboarding: us-east1-b February 2, 2025 20:33 — with GitHub Actions Inactive
@brettcurtis brettcurtis temporarily deployed to Sandbox Onboarding: us-east4-a February 2, 2025 20:33 — with GitHub Actions Inactive
@brettcurtis brettcurtis requested a deployment to Sandbox Datadog: us-east4-a February 2, 2025 20:34 — with GitHub Actions Waiting
@brettcurtis brettcurtis requested a deployment to Sandbox Datadog: us-east1-b February 2, 2025 20:34 — with GitHub Actions Waiting
@brettcurtis brettcurtis temporarily deployed to Sandbox cert-manager Istio CSR: us-east1-b February 2, 2025 20:35 — with GitHub Actions Inactive
@brettcurtis brettcurtis temporarily deployed to Sandbox cert-manager Istio CSR: us-east4-a February 2, 2025 20:35 — with GitHub Actions Inactive
@brettcurtis brettcurtis deployed to Sandbox cert-manager: us-east1-b February 2, 2025 20:53 — with GitHub Actions Active
@brettcurtis brettcurtis deployed to Sandbox cert-manager Istio CSR: us-east4-a February 2, 2025 20:53 — with GitHub Actions Active
@brettcurtis brettcurtis deployed to Sandbox OPA Gatekeeper: us-east4-a February 2, 2025 20:54 — with GitHub Actions Active
@brettcurtis brettcurtis deployed to Sandbox Istio: us-east4-a February 2, 2025 20:54 — with GitHub Actions Active
@brettcurtis brettcurtis deployed to Sandbox cert-manager: us-east4-a February 2, 2025 20:54 — with GitHub Actions Active
@brettcurtis brettcurtis deployed to Sandbox Istio Test: us-east4-a February 2, 2025 20:54 — with GitHub Actions Active
@brettcurtis brettcurtis deployed to Sandbox Istio Test: us-east1-b February 2, 2025 20:54 — with GitHub Actions Active
@brettcurtis brettcurtis deployed to Sandbox cert-manager Istio CSR: us-east1-b February 2, 2025 20:54 — with GitHub Actions Active
@brettcurtis brettcurtis deployed to Sandbox OPA Gatekeeper: us-east1-b February 2, 2025 20:54 — with GitHub Actions Active
@brettcurtis brettcurtis deployed to Sandbox Istio: us-east1-b February 2, 2025 20:56 — with GitHub Actions Active
@brettcurtis brettcurtis deployed to Sandbox Onboarding: us-east4-a February 2, 2025 20:58 — with GitHub Actions Active
@brettcurtis brettcurtis deployed to Sandbox Onboarding: us-east1-b February 2, 2025 21:01 — with GitHub Actions Active
@brettcurtis brettcurtis deployed to Sandbox: us-east4-a February 2, 2025 21:04 — with GitHub Actions Active
@brettcurtis brettcurtis deployed to Sandbox: us-east1-b February 2, 2025 22:10 — with GitHub Actions Active
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress 🔨
Development

Successfully merging this pull request may close these issues.

1 participant