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

build(deps): bump terraform-do-modules/labels/digitalocean from 1.0.0 to 1.0.1 in /_examples/complete #14

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
build(deps): bump terraform-do-modules/labels/digitalocean
Bumps [terraform-do-modules/labels/digitalocean](https://github.com/terraform-do-modules/terraform-digitalocean-labels) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/terraform-do-modules/terraform-digitalocean-labels/releases)
- [Changelog](https://github.com/terraform-do-modules/terraform-digitalocean-labels/blob/master/CHANGELOG.md)
- [Commits](terraform-do-modules/terraform-digitalocean-labels@1.0.0...1.0.1)

---
updated-dependencies:
- dependency-name: terraform-do-modules/labels/digitalocean
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Jun 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 80cb43147ea43223f6cda489ce491aebf3ec92c2
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
##-----------------------------------------------------------------------------
module "labels" {
source = "terraform-do-modules/labels/digitalocean"
version = "1.0.0"
version = "1.0.1"
name = var.name
environment = var.environment
managedby = var.managedby

Unchanged files with check annotations Beta

resource "local_file" "kubeconfig" {

Check warning on line 1 in kubeconfig.tf

GitHub Actions / tf-lint / tflint

Missing version constraint for provider "local" in "required_providers"
content = join("", digitalocean_kubernetes_cluster.main[*].kube_config[0].raw_config)
filename = pathexpand(var.kubeconfig_path)
}