Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelmace committed Oct 11, 2023
1 parent 41fc9b4 commit 5a7c97a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/transit-gateway/provider.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.56.2"
version = "1.58.1"
}
http-full = {
source = "salrashid123/http-full"
Expand Down
2 changes: 2 additions & 0 deletions terraform/transit-gateway/transit-gateway.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ resource "ibm_tg_connection" "test_ibm_tg_connection2" {
}

## Workaround to tag transit gateway
## To be removed once TGW supports tagging via Terraform
## RFE: https://github.com/IBM-Cloud/terraform-provider-ibm/issues/4856
##############################################################################
data "ibm_iam_auth_token" "tokendata" {}

Expand Down

0 comments on commit 5a7c97a

Please sign in to comment.