Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Commit 94c66dc

Browse files
author
Sean Sundberg
authored
Adds ibmcloud_api_key to test resource_group (#9)
Signed-off-by: Sean Sundberg <[email protected]>
1 parent 0cdca55 commit 94c66dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/stages/stage1-resource-group.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ module "resource_group" {
22
source = "github.com/cloud-native-toolkit/terraform-ibm-resource-group.git"
33

44
resource_group_name = var.resource_group_name
5+
ibmcloud_api_key = var.ibmcloud_api_key
56
provision = false
67
}

0 commit comments

Comments
 (0)