Skip to content

Commit

Permalink
Merge pull request #1148 from portefaix/renovate/digitalocean-2.x
Browse files Browse the repository at this point in the history
chore(deps): update terraform digitalocean to v2.38.0
  • Loading branch information
nlamirault committed May 9, 2024
2 parents 7863833 + 6ca402e commit c4a6e5a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion terraform/digitalocean/containerregistry/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
digitalocean = {
source = "digitalocean/digitalocean"
version = "2.36.0"
version = "2.38.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
digitalocean = {
source = "digitalocean/digitalocean"
version = "2.36.0"
version = "2.38.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/digitalocean/doks/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
digitalocean = {
source = "digitalocean/digitalocean"
version = "2.36.0"
version = "2.38.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/digitalocean/doks/modules/doks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
digitalocean = {
source = "digitalocean/digitalocean"
version = "2.36.0"
version = "2.38.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/digitalocean/vpc/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
digitalocean = {
source = "digitalocean/digitalocean"
version = "2.36.0"
version = "2.38.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/digitalocean/vpc/modules/vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
digitalocean = {
source = "digitalocean/digitalocean"
version = "2.36.0"
version = "2.38.0"
}
}
}

0 comments on commit c4a6e5a

Please sign in to comment.