Skip to content

Commit

Permalink
bump provider to v3.0.0 (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: falsai <[email protected]>
  • Loading branch information
fals and falsai authored Feb 24, 2023
1 parent 9d5560f commit 3b5a792
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ terraform {
required_version = ">= 0.13"

required_providers {
aws = {
aws = {
source = "hashicorp/aws"
version = ">= 2.49"
}
castai = {
source = "castai/castai"
version = ">= 3.0.0"
}
}
}

0 comments on commit 3b5a792

Please sign in to comment.