datasources.tf 108 B

123456
  1. data "aws_caller_identity" "current" {}
  2. data "aws_partition" "current" {}
  3. data "aws_region" "current" {}