21 lines
510 B
Terraform
21 lines
510 B
Terraform
import {
|
|
to = scaleway_object.system_id_encryption_key
|
|
id = "fr-par/a13labs-infra-${nonsensitive(var.bucket_suffix)}/keys/${nonsensitive(var.system_id)}"
|
|
}
|
|
|
|
import {
|
|
to = scaleway_registry_namespace.a13labs
|
|
id = "fr-par/ea39fede-ad83-4616-aa53-529cf5d01b16"
|
|
}
|
|
|
|
import {
|
|
to = scaleway_object_bucket.infra_assets
|
|
id = "fr-par/a13labs-infra-${nonsensitive(var.bucket_suffix)}"
|
|
}
|
|
|
|
import {
|
|
to = scaleway_object_bucket_policy.policy
|
|
id = "fr-par/a13labs-infra-${nonsensitive(var.bucket_suffix)}"
|
|
}
|
|
|