Skip to content

Commit 1447228

Browse files
fix(deps): update terraform cdap to ~> 0.11
1 parent 49605a3 commit 1447228

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

examples/dataproc_profile/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ terraform {
1919
required_providers {
2020
cdap = {
2121
source = "GoogleCloudPlatform/cdap"
22-
version = "~> 0.10"
22+
version = "~> 0.11"
2323
}
2424
google = {
2525
source = "hashicorp/google"

examples/hub_artifact/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ terraform {
1818
required_providers {
1919
cdap = {
2020
source = "GoogleCloudPlatform/cdap"
21-
version = "~> 0.10"
21+
version = "~> 0.11"
2222
}
2323
google = {
2424
source = "hashicorp/google"

examples/namespace/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ terraform {
1919
required_providers {
2020
cdap = {
2121
source = "GoogleCloudPlatform/cdap"
22-
version = "~> 0.10"
22+
version = "~> 0.11"
2323
}
2424
google = {
2525
source = "hashicorp/google"

modules/dataproc_profile/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ terraform {
2424
}
2525
cdap = {
2626
source = "GoogleCloudPlatform/cdap"
27-
version = "~> 0.10"
27+
version = "~> 0.11"
2828
}
2929
}
3030

modules/hub_artifact/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ terraform {
2424
}
2525
cdap = {
2626
source = "GoogleCloudPlatform/cdap"
27-
version = "~> 0.10"
27+
version = "~> 0.11"
2828
}
2929
}
3030

modules/namespace/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ terraform {
2424
}
2525
cdap = {
2626
source = "GoogleCloudPlatform/cdap"
27-
version = "~> 0.10"
27+
version = "~> 0.11"
2828
}
2929

3030
}

0 commit comments

Comments
 (0)