File tree Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1515 call-terraform-ci-pipeline :
1616 uses :
terraform-ibm-modules/common-pipeline-assets/.github/workflows/[email protected] 1717 secrets : inherit
18+ with :
19+ craTarget : " examples/multizone-rule"
20+ craGoalIgnoreFile : " cra-tf-validate-ignore-goals.json"
Original file line number Diff line number Diff line change 1+ {
2+ "scc_goals" : [
3+ {
4+ "scc_goal_id" : " 3000408" ,
5+ "description" : " Check whether Flow Logs for VPC are enabled" ,
6+ "ignore_reason" : " This is part of the test example and not the current module" ,
7+ "is_valid" : false
8+ }
9+ ]
10+ }
Original file line number Diff line number Diff line change @@ -25,18 +25,10 @@ resource "ibm_is_vpc" "example_vpc" {
2525 tags = var. resource_tags
2626}
2727
28- resource "ibm_is_public_gateway" "testacc_gateway" {
29- name = " ${ var . prefix } -pgateway"
30- vpc = ibm_is_vpc. example_vpc . id
31- zone = " ${ var . region } -1"
32- resource_group = module. resource_group . resource_group_id
33- }
34-
3528resource "ibm_is_subnet" "testacc_subnet" {
3629 name = " ${ var . prefix } -subnet"
3730 vpc = ibm_is_vpc. example_vpc . id
3831 zone = " ${ var . region } -1"
39- public_gateway = ibm_is_public_gateway. testacc_gateway . id
4032 total_ipv4_address_count = 256
4133 resource_group = module. resource_group . resource_group_id
4234}
You can’t perform that action at this time.
0 commit comments