Remove unused import configurations from Scaleway IAC setup
This commit is contained in:
@@ -1,20 +0,0 @@
|
|||||||
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)}"
|
|
||||||
}
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user