Skip to content

Instantly share code, notes, and snippets.

@swdream
Created August 14, 2018 01:21
Show Gist options
  • Save swdream/2ac21f90426ca042dae6e70970df474c to your computer and use it in GitHub Desktop.
Save swdream/2ac21f90426ca042dae6e70970df474c to your computer and use it in GitHub Desktop.
  • Terraform có regional và các global services. ĐỐi với các regional service như EC2, chỉ được sử dụng trên region đó. Với các global service như IAM, có thể được sử dụng every where.
  • S3 là lẫn lộn. S3 là regional service, nhưng namespace lại global. Nghĩa là tên S3 là duy nhất trên tất cả các region.
  • Sử dụng terraform module là ngu ngốc, môt biến p được khai báo nhiều lần :|
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment