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

Commit cf388b4

Browse files
akocbekakocbekIBM
andauthored
fix: updated DAs versions + add use existing resources test (#12)
* fix: updated DAs versions + add use existing resources test * fix: updated DAs versions + add use existing resources test * fix: updated DAs versions + add use existing resources test * fix: updated DAs versions + add use existing resources test * fix: updated DAs versions + add use existing resources test * fix: updated DAs versions + add use existing resources test --------- Co-authored-by: [email protected] <[email protected]>
1 parent 2717b22 commit cf388b4

File tree

11 files changed

+1095
-8
lines changed

11 files changed

+1095
-8
lines changed

sample_deploy_config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"project_name": "<YOUR PROJECT NAME HERE>",
33
"stack_name": "<YOUR STACK NAME HERE>",
4+
"//": ["checkov:skip=CKV_SECRET_6: ignore stack_api_key_env in this file"],
45
"stack_api_key_env": "IBMCLOUD_API_KEY",
56
"config_order": [
67
"1 - Account Infrastructure Base",

stack_definition.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"members": [
9494
{
9595
"name": "1 - Account Infrastructure Base",
96-
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.46e4d114-53c1-488e-8908-efd7196c91f4-global",
96+
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.ec97e367-6c0f-46db-b361-6b5ff312d88a-global",
9797
"inputs": [
9898
{
9999
"name": "prefix",
@@ -171,7 +171,7 @@
171171
},
172172
{
173173
"name": "2a - Security Service - Key Management",
174-
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.99c0136d-38b4-4707-9623-09b288f8b04d-global",
174+
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.fa3edabf-519b-418f-a9aa-35eb701d7fbe-global",
175175
"inputs": [
176176
{
177177
"name": "resource_group_name",
@@ -201,7 +201,7 @@
201201
},
202202
{
203203
"name": "2b - WatsonX SaaS services",
204-
"version_locator": "1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc.a68377c5-2a73-4832-8fd9-ad5b73b5256b-global",
204+
"version_locator": "1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc.6da72ae0-73c6-43f5-adc5-9d78f08be81d-global",
205205
"inputs": [
206206
{
207207
"name": "ibmcloud_api_key",
@@ -251,7 +251,7 @@
251251
},
252252
{
253253
"name": "3a - Observability - Logging Monitoring Activity Tracker",
254-
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.9559b390-b310-4373-a61d-c4add658c3cf-global",
254+
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.a674b7d6-836b-4ec9-9580-4ca5151629af-global",
255255
"inputs": [
256256
{
257257
"name": "ibmcloud_api_key",
@@ -289,7 +289,7 @@
289289
},
290290
{
291291
"name": "3b - Databases for Elasticsearch",
292-
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.9e63c855-8749-412e-bc3e-bd24caaadc91-global",
292+
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.3268c1e7-d4ed-413a-9a72-160d00fd6b4a-global",
293293
"inputs": [
294294
{
295295
"name": "use_existing_resource_group",
@@ -423,7 +423,7 @@
423423
},
424424
{
425425
"name": "5b - Security Service - Security Compliance Center",
426-
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.1ac9df0e-d3d5-4ed8-abfc-043578670dbb-global",
426+
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.165aa08c-3935-40d7-8617-d8480e4967d1-global",
427427
"inputs": [
428428
{
429429
"name": "ibmcloud_api_key",
@@ -559,7 +559,7 @@
559559
},
560560
{
561561
"name": "7 - Sample RAG app configuration",
562-
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.3d6ed304-0d2a-4555-be79-c72a1bfefca5-global",
562+
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.37be509b-b3e4-44a5-ae7c-772101828c50-global",
563563
"inputs": [
564564
{
565565
"name": "toolchain_region",

tests/go.mod

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ require (
1010
)
1111

1212
require (
13+
cloud.google.com/go v0.110.4 // indirect
14+
cloud.google.com/go/compute v1.21.0 // indirect
15+
cloud.google.com/go/compute/metadata v0.2.3 // indirect
16+
cloud.google.com/go/iam v1.1.1 // indirect
17+
cloud.google.com/go/storage v1.30.1 // indirect
1318
github.com/IBM-Cloud/bluemix-go v0.0.0-20240423071914-9e96525baef4 // indirect
1419
github.com/IBM-Cloud/power-go-client v1.6.0 // indirect
1520
github.com/IBM/cloud-databases-go-sdk v0.7.0 // indirect
@@ -18,7 +23,12 @@ require (
1823
github.com/IBM/project-go-sdk v0.3.0 // indirect
1924
github.com/IBM/vpc-go-sdk v0.51.0 // indirect
2025
github.com/Microsoft/go-winio v0.6.1 // indirect
26+
github.com/agext/levenshtein v1.2.3 // indirect
27+
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
28+
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
2129
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
30+
github.com/aws/aws-sdk-go v1.44.281 // indirect
31+
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
2232
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
2333
github.com/davecgh/go-spew v1.1.1 // indirect
2434
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
@@ -42,35 +52,65 @@ require (
4252
github.com/go-playground/universal-translator v0.18.1 // indirect
4353
github.com/go-playground/validator/v10 v10.19.0 // indirect
4454
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
55+
github.com/golang/protobuf v1.5.3 // indirect
4556
github.com/google/go-cmp v0.6.0 // indirect
57+
github.com/google/s2a-go v0.1.4 // indirect
4658
github.com/google/uuid v1.6.0 // indirect
59+
github.com/googleapis/enterprise-certificate-proxy v0.2.4 // indirect
60+
github.com/googleapis/gax-go/v2 v2.11.0 // indirect
4761
github.com/gruntwork-io/terratest v0.46.15 // indirect
62+
github.com/hashicorp/errwrap v1.1.0 // indirect
4863
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
64+
github.com/hashicorp/go-getter v1.7.4 // indirect
65+
github.com/hashicorp/go-multierror v1.1.1 // indirect
4966
github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
67+
github.com/hashicorp/go-safetemp v1.0.0 // indirect
68+
github.com/hashicorp/go-version v1.6.0 // indirect
69+
github.com/hashicorp/hcl/v2 v2.17.0 // indirect
70+
github.com/hashicorp/terraform-json v0.22.1 // indirect
5071
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
5172
github.com/jinzhu/copier v0.4.0 // indirect
73+
github.com/jmespath/go-jmespath v0.4.0 // indirect
5274
github.com/josharian/intern v1.0.0 // indirect
5375
github.com/kevinburke/ssh_config v1.2.0 // indirect
76+
github.com/klauspost/compress v1.16.5 // indirect
5477
github.com/leodido/go-urn v1.4.0 // indirect
5578
github.com/mailru/easyjson v0.7.7 // indirect
79+
github.com/mattn/go-zglob v0.0.4 // indirect
80+
github.com/mitchellh/go-homedir v1.1.0 // indirect
81+
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
82+
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
5683
github.com/mitchellh/mapstructure v1.5.0 // indirect
5784
github.com/oklog/ulid v1.3.1 // indirect
5885
github.com/opentracing/opentracing-go v1.2.0 // indirect
5986
github.com/pjbgf/sha1cd v0.3.0 // indirect
6087
github.com/pmezard/go-difflib v1.0.0 // indirect
6188
github.com/skeema/knownhosts v1.2.2 // indirect
89+
github.com/tmccombs/hcl2json v0.5.0 // indirect
90+
github.com/ulikunitz/xz v0.5.11 // indirect
6291
github.com/xanzy/ssh-agent v0.3.3 // indirect
92+
github.com/zclconf/go-cty v1.14.4 // indirect
6393
go.mongodb.org/mongo-driver v1.14.0 // indirect
94+
go.opencensus.io v0.24.0 // indirect
6495
go.opentelemetry.io/otel v1.16.0 // indirect
6596
go.opentelemetry.io/otel/metric v1.16.0 // indirect
6697
go.opentelemetry.io/otel/trace v1.16.0 // indirect
6798
golang.org/x/crypto v0.24.0 // indirect
6899
golang.org/x/mod v0.17.0 // indirect
69100
golang.org/x/net v0.25.0 // indirect
101+
golang.org/x/oauth2 v0.10.0 // indirect
70102
golang.org/x/sync v0.7.0 // indirect
71103
golang.org/x/sys v0.21.0 // indirect
72104
golang.org/x/text v0.16.0 // indirect
73105
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
106+
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
107+
google.golang.org/api v0.127.0 // indirect
108+
google.golang.org/appengine v1.6.7 // indirect
109+
google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 // indirect
110+
google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 // indirect
111+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
112+
google.golang.org/grpc v1.58.3 // indirect
113+
google.golang.org/protobuf v1.33.0 // indirect
74114
gopkg.in/warnings.v0 v0.1.2 // indirect
75115
gopkg.in/yaml.v2 v2.4.0 // indirect
76116
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)