File tree Expand file tree Collapse file tree 11 files changed +13
-13
lines changed Expand file tree Collapse file tree 11 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ resource "aws_iam_policy" "parallelcluster_rpms_policy" {
88 {
99 " Effect" : " Allow" ,
1010 " Action" : " s3:GetObject" ,
11- " Resource" : " arn:aws:s3:::sboinfrastructureassets/rpms/*"
11+ " Resource" : " arn:aws:s3:::sboinfrastructureassets* /rpms/*"
1212 }
1313 ]
1414 })
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ module "resource-provisioner" {
103103 containers_bucket = var. containers_bucket
104104 scratch_bucket = var. scratch_bucket
105105 scratch_bucket_arn = var. scratch_bucket_arn
106- infra_assets_bucket = var. sboinfrastructureassets_bucket_name
106+ infra_assets_bucket = var. infrastructureassets_bucket_name
107107 fsx_policy_arn = module. security . fsx_policy_arn
108108 fs_subnet_ids = module. networking . fs_subnet_ids
109109 fs_sg_id = module. security . compute_efs_sg_id
@@ -117,7 +117,7 @@ module "dynamodb" {
117117
118118module "s3" {
119119 source = " ./s3/"
120- sboinfrastructureassets_bucket_name = var. sboinfrastructureassets_bucket_name
120+ infrastructureassets_bucket_name = var. infrastructureassets_bucket_name
121121 hpc_resource_provisioner_sbo_nexusdata_bucket = var. sbo_nexusdata_bucket
122122 hpc_resource_provisioner_scratch_bucket = var. scratch_bucket
123123 account_id = var. account_id
Original file line number Diff line number Diff line change 11locals {
2- infra_assets_bucket_name = trimprefix (var. sboinfrastructureassets_bucket_name , " s3://" )
2+ infra_assets_bucket_name = trimprefix (var. infrastructureassets_bucket_name , " s3://" )
33 projects_bucket_name = trimprefix (var. hpc_resource_provisioner_sbo_nexusdata_bucket , " s3://" )
44 scratch_bucket_name = trimprefix (var. hpc_resource_provisioner_scratch_bucket , " s3://" )
55}
Original file line number Diff line number Diff line change 1- variable "sboinfrastructureassets_bucket_name " {
1+ variable "infrastructureassets_bucket_name " {
22 type = string
33}
44
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ variable "private_alb_https_listener_arn" {
110110 type = string
111111}
112112
113- variable "sboinfrastructureassets_bucket_name " {
113+ variable "infrastructureassets_bucket_name " {
114114 type = string
115115}
116116
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ module "github_ami_build_role" {
247247 github_organisation = local. github_organisation
248248 github_oidc_provider_arn = module. github_oidc_provider . oidc_provider_arn
249249 repo_name = " machine-images"
250- bucket_name = var. sbo_infrastructureassets_bucket
250+ bucket_name = var. infrastructureassets_bucket
251251}
252252
253253module "notebook_service" {
@@ -323,7 +323,7 @@ module "hpc" {
323323 scratch_bucket = var. hpc_resource_provisioner_scratch_bucket
324324 scratch_bucket_arn = var. hpc_resource_provisioner_scratch_bucket_arn
325325 private_alb_https_listener_arn = local. private_alb_https_listener_arn
326- sboinfrastructureassets_bucket_name = var. sbo_infrastructureassets_bucket
326+ infrastructureassets_bucket_name = var. infrastructureassets_bucket
327327 pcluster_ami_id = var. pcluster_ami_id
328328}
329329
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ core_web_app_deployment_env = "production"
6868core_web_app_next_public_matomo_site_id = " 1"
6969
7070hpc_resource_provisioner_sbo_nexusdata_bucket = " "
71- sbo_infrastructureassets_bucket = " s3://sboinfrastructureassets"
71+ infrastructureassets_bucket = " s3://sboinfrastructureassets"
7272hpc_resource_provisioner_containers_bucket = " "
7373hpc_resource_provisioner_scratch_bucket = " "
7474hpc_resource_provisioner_scratch_bucket_arn = " "
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ nise_dockerhub_password = "placeholder"
6262ec_apikey2 = " placeholder"
6363
6464hpc_resource_provisioner_sbo_nexusdata_bucket = " s3://sbonexusdata-sandbox-benchmarks"
65- sbo_infrastructureassets_bucket = " s3://sboinfrastructureassets-sandbox-benchmarks"
65+ infrastructureassets_bucket = " s3://sboinfrastructureassets-sandbox-benchmarks"
6666hpc_resource_provisioner_containers_bucket = " s3://sboinfrastructureassets-sandbox-benchmarks/containers"
6767hpc_resource_provisioner_scratch_bucket = " s3://sbosandbox-cn6l7t"
6868hpc_resource_provisioner_scratch_bucket_arn = " arn:aws:s3:::sbosandbox-cn6l7t"
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ nise_dockerhub_password = "placeholder"
6767ec_apikey2 = " placeholder"
6868
6969hpc_resource_provisioner_sbo_nexusdata_bucket = " s3://sbonexusdata-sandbox"
70- sbo_infrastructureassets_bucket = " s3://sboinfrastructureassets-sandbox"
70+ infrastructureassets_bucket = " s3://sboinfrastructureassets-sandbox"
7171hpc_resource_provisioner_containers_bucket = " s3://sboinfrastructureassets-sandbox/containers"
7272hpc_resource_provisioner_scratch_bucket = " s3://sbosandbox-lec3cn"
7373hpc_resource_provisioner_scratch_bucket_arn = " arn:aws:s3:::sbosandbox-lec3cn"
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ core_web_app_deployment_env = "staging"
5757core_web_app_next_public_matomo_site_id = " 3"
5858
5959hpc_resource_provisioner_sbo_nexusdata_bucket = " "
60- sbo_infrastructureassets_bucket = " s3://sboinfrastructureassets-staging"
60+ infrastructureassets_bucket = " s3://sboinfrastructureassets-staging"
6161hpc_resource_provisioner_containers_bucket = " "
6262hpc_resource_provisioner_scratch_bucket = " "
6363hpc_resource_provisioner_scratch_bucket_arn = " "
You can’t perform that action at this time.
0 commit comments