nlamirault / terraform-digitalocean-doks

Terraform module for Digital Ocean Kubernetes (DOKS)
8 stars 8 forks source link

Update dependency hashicorp/terraform to v1.2.9 #25

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Update Change
hashicorp/terraform patch 1.2.8 -> 1.2.9

Release Notes

hashicorp/terraform ### [`v1.2.9`](https://togithub.com/hashicorp/terraform/releases/tag/v1.2.9) [Compare Source](https://togithub.com/hashicorp/terraform/compare/v1.2.8...v1.2.9) #### 1.2.9 (September 07, 2022) ENHANCEMENTS: - terraform init: add link to documentation when a checksum is missing from the lock file. ([#​31726](https://togithub.com/hashicorp/terraform/issues/31726))

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 2 years ago

Terraform Security Scan Failed

Show Output ```hcl Result #1 MEDIUM Surge upgrades are disabled in your Kubernetes cluster. Please enable this feature. ──────────────────────────────────────────────────────────────────────────────── cluster.tf:15-40 ──────────────────────────────────────────────────────────────────────────────── 15 β”Œ resource "digitalocean_kubernetes_cluster" "k8s" { 16 β”‚ name = var.cluster_name 17 β”‚ region = var.region 18 β”‚ version = data.digitalocean_kubernetes_versions.k8s.latest_version 19 β”‚ #var.kubernetes_version 20 β”‚ 21 β”‚ vpc_uuid = var.vpc_uuid 22 β”‚ auto_upgrade = var.auto_upgrade 23 β”” tags = var.tags .. ──────────────────────────────────────────────────────────────────────────────── ID digitalocean-compute-surge-upgrades-not-enabled Impact Upgrades may influence availability of your Kubernetes cluster Resolution Enable surge upgrades in your Kubernetes cluster More Information - https://aquasecurity.github.io/tfsec/latest/checks/digitalocean/compute/surge-upgrades-not-enabled/ - https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs/resources/kubernetes_cluster#surge_upgrade ──────────────────────────────────────────────────────────────────────────────── timings ────────────────────────────────────────── disk i/o 183.731Β΅s parsing 925.755Β΅s adaptation 91.915Β΅s checks 89.972245ms total 91.173646ms counts ────────────────────────────────────────── modules downloaded 0 modules processed 1 blocks processed 21 files read 5 results ────────────────────────────────────────── passed 1 ignored 0 critical 0 high 0 medium 1 low 0 1 passed, 1 potential problem(s) detected. ```