Skip to content

Commit

Permalink
add versions
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Nov 29, 2022
1 parent 18b58e2 commit 96d91ca
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/full-setup-tf-upgrade/apps/dns/versions.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.0"
}
infoblox = {
source = "infobloxopen/infoblox"
version = ">= 2.1.0"
}
}
}
12 changes: 12 additions & 0 deletions examples/full-setup-tf-upgrade/apps/versions.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.0"
}
infoblox = {
source = "infobloxopen/infoblox"
version = ">= 2.1.0"
}
}
}

0 comments on commit 96d91ca

Please sign in to comment.