Skip to content

Commit

Permalink
Create main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
DahlPatric authored Mar 6, 2024
1 parent 8b3df7f commit 37aa717
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
terraform {
cloud {
organization = "VolvoCars-F5"workspaces {
name = "f5-tf-bigip-noneprod"
}
}
required_providers {
bigip = {
source = "F5Networks/bigip"
version = "1.13.1"
}
}
}

0 comments on commit 37aa717

Please sign in to comment.