locals.tf 169 B

1234567
  1. locals {
  2. # Just to shorten up some references
  3. aws_partition = data.aws_partition.current.partition
  4. aws_account = data.aws_caller_identity.current.account_id
  5. }