Skip to content

Commit 9480035

Browse files
authored
docs: update to latest provider version for CF (#80)
Co-authored-by: Christian Lechner <[email protected]>
1 parent c69282c commit 9480035

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

units/unit_4/lesson_1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ terraform {
4747
required_providers {
4848
cloudfoundry = {
4949
source = "cloudfoundry/cloudfoundry"
50-
version = "1.6.0"
50+
version = "1.7.0"
5151
}
5252
}
5353
}

units/unit_4/lesson_1/solution_u4_l1/CloudFoundry/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
cloudfoundry = {
44
source = "cloudfoundry/cloudfoundry"
5-
version = "1.6.0"
5+
version = "1.7.0"
66
}
77
}
88
}

units/unit_4/lesson_2/solution_u4_l2/CloudFoundry/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
cloudfoundry = {
44
source = "cloudfoundry/cloudfoundry"
5-
version = "1.6.0"
5+
version = "1.7.0"
66
}
77
}
88
}

units/unit_4/lesson_3/solution_u4_l3/CloudFoundry/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
cloudfoundry = {
44
source = "cloudfoundry/cloudfoundry"
5-
version = "1.6.0"
5+
version = "1.7.0"
66
}
77
}
88
}

units/unit_4/lesson_4/solution_u4_l4/CloudFoundry/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
cloudfoundry = {
44
source = "cloudfoundry/cloudfoundry"
5-
version = "1.6.0"
5+
version = "1.7.0"
66
}
77
}
88
}

0 commit comments

Comments
 (0)