MDR Atlantis Notes.txt 937 B

123456789101112131415161718192021222324252627282930313233
  1. Atlantis allows for applying your TF code from a github comment.
  2. Atlantis Lock is NOT a Terraform Lock. Atlantis lock is only for two Git PRs.
  3. @atlantis plan
  4. @atlantis apply CAUTION! will apply changes to ALL environments
  5. Only apply to one environment.
  6. @atlantis apply -p msoc_vpc_prod
  7. It is 100% aware of modules and workspaces so it will do the needful
  8. there is no such thing as a authorize list tho so ANYONE who leaves the comment "atlantis apply" will trigger it
  9. --------------------
  10. How to delete locks
  11. #1 option,
  12. If atlantis runs a plan and doesn't unlock terraform, delete the fargate docker and rebuild it (should be a quick action)
  13. I have to go into the AWS console and make the SG on the LB open to everything hit it and delete the lock
  14. then remove my any any rule
  15. Root AWS account -> Atlantis LB -> http://atlantis-1897367069.us-east-1.elb.amazonaws.com:4141
  16. http://3.231.59.107:4141/
  17. --------------------