mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-19 01:57:35 +01:00
* Add example for IRSA * remove unused SGs * remove helm setup part * simplification and use module * fix fmt error * remove unused resource
4 lines
82 B
HCL
4 lines
82 B
HCL
output "aws_account_id" {
|
|
value = data.aws_caller_identity.current.account_id
|
|
}
|