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 6af3286 commit 981c621Copy full SHA for 981c621
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.8"
+ version = "4.6.9"
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