Bump Terraform Providers

This commit is contained in:
dghubble-renovate[bot]
2024-04-21 19:32:21 +00:00
committed by Dalton Hubble
parent 6f895ca5c4
commit 7605004452
2 changed files with 4 additions and 4 deletions

View File

@@ -10,11 +10,11 @@ terraform {
required_providers {
ct = {
source = "poseidon/ct"
version = "0.11.0"
version = "0.13.0"
}
matchbox = {
source = "poseidon/matchbox"
version = "0.5.2"
version = "0.5.4"
}
}
}

View File

@@ -10,11 +10,11 @@ terraform {
required_providers {
ct = {
source = "poseidon/ct"
version = "0.11.0"
version = "0.13.0"
}
matchbox = {
source = "poseidon/matchbox"
version = "0.5.2"
version = "0.5.4"
}
}
}