Skip to content

Commit

Permalink
Create main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
d-bytebase committed Mar 21, 2024
1 parent 69d72ba commit 9278f3c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
terraform {
required_providers {
tfe = {
source = "hashicorp/tfe"
version = "0.42.0"
}
random = {
source = "hashicorp/random"
version = "3.4.3"
}
}
required_version = ">= 1.1.0"
}

0 comments on commit 9278f3c

Please sign in to comment.