File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ locals {
27
27
public_b_subnet_id = lookup (local. acs_info , " /acs/vpc/${ local . vpc_name } -public-b" , null )
28
28
zone_id = lookup (local. acs_info , " /acs/dns/zone-id" , null )
29
29
oracle_security_group_id = lookup (local. acs_info , " /acs/vpc/xinetd-sg-id" , null )
30
- github_token = lookup (local. acs_info , " /acs/git/token" , null ),
31
- humio_dev_token = lookup (local. acs_info , " /acs/humio/dev/token" , null ),
32
- humio_prd_token = lookup (local. acs_info , " /acs/humio/prd/token" , null ),
30
+ github_token = lookup (local. acs_info , " /acs/git/token" , null )
31
+ humio_dev_token = lookup (local. acs_info , " /acs/humio/dev/token" , null )
32
+ humio_prd_token = lookup (local. acs_info , " /acs/humio/prd/token" , null )
33
33
}
34
34
35
35
// IAM info
You can’t perform that action at this time.
0 commit comments