Move aws ses dkim keys into terraform
This commit is contained in:
parent
e17156a8ca
commit
6f9f888478
12 changed files with 95 additions and 20 deletions
|
@ -41,3 +41,8 @@ output "scaleway_registry_endpoint_public" {
|
|||
output "scaleway_registry_endpoint_private" {
|
||||
value = module.infrastructure.scaleway_registry_endpoint_private
|
||||
}
|
||||
|
||||
output "aws_ses_dkim" {
|
||||
value = module.infrastructure.aws_ses_dkim
|
||||
sensitive = true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue