mirror of
https://github.com/devitq/yandexcloud-k3s.git
synced 2026-09-20 21:40:34 +00:00
chore(terraform/main): migrated to new terraform templating API
This commit is contained in:
+20
-20
@@ -4,11 +4,11 @@ output "registry_data" {
|
||||
}
|
||||
}
|
||||
|
||||
output "frontend_api_gateway_data" {
|
||||
value = {
|
||||
domain = yandex_api_gateway.frontend.domain
|
||||
}
|
||||
}
|
||||
# output "frontend_api_gateway_data" {
|
||||
# value = {
|
||||
# domain = yandex_api_gateway.frontend.domain
|
||||
# }
|
||||
# }
|
||||
|
||||
output "registry_push_sa_key" {
|
||||
value = jsonencode({
|
||||
@@ -34,18 +34,18 @@ output "registry_pull_sa_key" {
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
output "frontend_push_sa_key" {
|
||||
value = jsonencode({
|
||||
id = yandex_iam_service_account_key.frontend_push_sa_key.id
|
||||
service_account_id = yandex_iam_service_account_key.frontend_push_sa_key.service_account_id
|
||||
created_at = yandex_iam_service_account_key.frontend_push_sa_key.created_at
|
||||
key_algorithm = yandex_iam_service_account_key.frontend_push_sa_key.key_algorithm
|
||||
public_key = yandex_iam_service_account_key.frontend_push_sa_key.public_key
|
||||
private_key = yandex_iam_service_account_key.frontend_push_sa_key.private_key
|
||||
})
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
output "lets_encrypt_challenges" {
|
||||
value = yandex_cm_certificate.default.challenges
|
||||
}
|
||||
# output "frontend_push_sa_key" {
|
||||
# value = jsonencode({
|
||||
# id = yandex_iam_service_account_key.frontend_push_sa_key.id
|
||||
# service_account_id = yandex_iam_service_account_key.frontend_push_sa_key.service_account_id
|
||||
# created_at = yandex_iam_service_account_key.frontend_push_sa_key.created_at
|
||||
# key_algorithm = yandex_iam_service_account_key.frontend_push_sa_key.key_algorithm
|
||||
# public_key = yandex_iam_service_account_key.frontend_push_sa_key.public_key
|
||||
# private_key = yandex_iam_service_account_key.frontend_push_sa_key.private_key
|
||||
# })
|
||||
# sensitive = true
|
||||
# }
|
||||
#
|
||||
# output "lets_encrypt_challenges" {
|
||||
# value = yandex_cm_certificate.default.challenges
|
||||
# }
|
||||
|
||||
Reference in New Issue
Block a user