Skip to content

Commit c9225ba

Browse files
authored
add link to provider issue as code comment (#171)
1 parent 71e157a commit c9225ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

solutions/standard/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ data "ibm_en_destinations" "en_destinations" {
191191
instance_guid = local.existing_en_guid
192192
}
193193

194+
# workaround for https://github.com/IBM-Cloud/terraform-provider-ibm/issues/5533
194195
resource "time_sleep" "wait_for_secrets_manager" {
195196
depends_on = [module.secrets_manager]
196197

0 commit comments

Comments
 (0)