Skip to content

Commit e7d9983

Browse files
fix: Add required_providers to modules (#39)
1 parent 1f7e346 commit e7d9983

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
terraform {
2+
required_providers {
3+
panos = {
4+
source = "paloaltonetworks/panos"
5+
}
6+
}
7+
required_version = ">= 0.12"
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
terraform {
2+
required_providers {
3+
panos = {
4+
source = "paloaltonetworks/panos"
5+
}
6+
}
7+
required_version = ">= 0.12"
8+
}

0 commit comments

Comments
 (0)