-
-
Save KyMidd/02b60d454726584e098b3cc054650f18 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### | |
| # General data sources | |
| ### | |
| # Current AWS account id | |
| data "aws_caller_identity" "current" {} | |
| # Region | |
| data "aws_region" "current" {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment