We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461bd66 commit 2e688adCopy full SHA for 2e688ad
examples/complete/main.tf
@@ -16,7 +16,7 @@ module "resource_group" {
16
17
module "code_engine" {
18
source = "terraform-ibm-modules/code-engine/ibm"
19
- version = "4.6.2"
+ version = "4.6.3"
20
resource_group_id = module.resource_group.resource_group_id
21
project_name = "${var.prefix}-project"
22
jobs = {
tests/existing-resources/main.tf
0 commit comments