# ======================================= # AWS Account ID # ======================================= data "aws_caller_identity" "this" {} # ======================================= # AWS Region # ======================================= data "aws_region" "this" {}