2653c34f94
New resource for creating local terraform registries in ArtifactAPI (repo_type=local, package_type=terraform). These repos host providers directly rather than proxying an upstream registry. Schema is minimal: just name and description — no upstream-specific fields like base_url, caching TTLs, or auth.
5 lines
139 B
Terraform
5 lines
139 B
Terraform
resource "artifactapi_local_terraform" "internal" {
|
|
name = "tf-internal"
|
|
description = "Internal terraform provider registry"
|
|
}
|