mirror of
https://github.com/outbackdingo/terraform-provider-ct.git
synced 2026-01-27 10:20:38 +00:00
Co-authored-by: dghubble-renovate[bot] <119624128+dghubble-renovate[bot]@users.noreply.github.com>
16 lines
250 B
HCL
16 lines
250 B
HCL
|
|
terraform {
|
|
required_version = ">= 0.13.0"
|
|
required_providers {
|
|
local = "~> 2.0"
|
|
ct = {
|
|
source = "poseidon/ct"
|
|
version = "~> 0.14.0"
|
|
#source = "terraform.localhost/poseidon/ct"
|
|
#version = "0.12.0"
|
|
}
|
|
}
|
|
}
|
|
|
|
|