Skip to content

Commit

Permalink
update terraform-provider-ibm from v1.58.0 to v1.58.1
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <[email protected]>
  • Loading branch information
prb112 committed Oct 4, 2023
1 parent ad77175 commit 8de0139
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/0_vpc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = "~> 1.58.0"
version = "~> 1.58.1"
configuration_aliases = [ibm]
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/1_vpc_prepare/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = "~> 1.58.0"
version = "~> 1.58.1"
configuration_aliases = [ibm]
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/3_transit_gateway/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = "~> 1.58.0"
version = "~> 1.58.1"
configuration_aliases = [ibm]
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/4_pvs_support/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
}
ibm = {
source = "IBM-Cloud/ibm"
version = "~> 1.58.0"
version = "~> 1.58.1"
configuration_aliases = [ibm]
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/5_image/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ terraform {
}
ibm = {
source = "IBM-Cloud/ibm"
version = "~> 1.58.0"
version = "~> 1.58.1"
configuration_aliases = [ibm]
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/6_worker/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ terraform {
}
ibm = {
source = "IBM-Cloud/ibm"
version = "~> 1.58.0"
version = "~> 1.58.1"
configuration_aliases = [ibm]
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/7_post/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
}
ibm = {
source = "IBM-Cloud/ibm"
version = "~> 1.58.0"
version = "~> 1.58.1"
}
}
required_version = ">= 1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = "~> 1.58.0"
version = "~> 1.58.1"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit 8de0139

Please sign in to comment.