Skip to content

Commit

Permalink
bring back versions
Browse files Browse the repository at this point in the history
  • Loading branch information
radekska committed Dec 2, 2024
1 parent a573c28 commit 4734acb
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions examples/localdev/versions.tf
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
terraform {
required_providers {
castai = {
source = "castai/castai"
source = "castai/castai"
version = "0.0.0-local"
}

}
required_version = ">= 0.13"
}

provider "castai" {
api_url = var.castai_api_url
api_token = var.castai_api_token
}

0 comments on commit 4734acb

Please sign in to comment.