Skip to content

Commit

Permalink
Fix versions.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
klejejs committed Sep 26, 2024
1 parent 17afaa1 commit 0c4ee70
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
19 changes: 19 additions & 0 deletions stun_server/region/versions.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
terraform {

required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
}

tfe = {
source = "hashicorp/tfe"
version = "~> 0.58.0"
}

cloudflare = {
source = "cloudflare/cloudflare"
version = "~> 4.0"
}
}
}
10 changes: 0 additions & 10 deletions stun_server/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,5 @@ terraform {
source = "hashicorp/aws"
version = "~> 4.0"
}

tfe = {
source = "hashicorp/tfe"
version = "~> 0.58.0"
}

cloudflare = {
source = "cloudflare/cloudflare"
version = "~> 4.0"
}
}
}

0 comments on commit 0c4ee70

Please sign in to comment.