FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
  1. Feb 26, 2024
    • Ryan Kowalewski's avatar
      feat: migrate to use cloud run v2 resources · 041dc740
      Ryan Kowalewski authored
      BREAKING CHANGE: migrate to cloud run v2 resources
      041dc740
    • Ryan Kowalewski's avatar
      feat: remove cloud run domain mapping · 02ed8b07
      Ryan Kowalewski authored
      The Cloud Run Domain Mapping service is still in Pre-GA status after
      more than 3 years. Google's documentation now suggest using load balancers
      or Firebase Hosting as an alternative as there are limitations with the domain mapping service.
      We are removing it from this module as it seems as though it will soon be deprecated.
      
      BREAKING CHANGE: Remove Cloud Run Domain Mapping
      02ed8b07
    • Ryan Kowalewski's avatar
      feat: refactor uptime_monitoring module · 180e3e9c
      Ryan Kowalewski authored
      This commit refactors the uptime_monitoring module to no longer require
      an additional "stackdriver" aliased google provider.
      This was a source of confusion as it did some "magic" with regards to
      passing project IDs around.
      The two projects are now clearly defined as either `project` or
      `monitoring_scoping_project` to avoid any confusion.
      180e3e9c
    • Ryan Kowalewski's avatar
      beabfbe2
  2. Jul 04, 2023
  3. Jun 19, 2023
  4. Jun 15, 2023
  5. Jun 12, 2023
  6. Jan 19, 2023
  7. Nov 07, 2022
  8. May 23, 2022
  9. Mar 17, 2022
  10. Jan 06, 2022
  11. Jul 16, 2021
  12. Jul 15, 2021
  13. Jul 01, 2021
  14. Jun 16, 2021
  15. Jun 15, 2021
  16. Jun 10, 2021
  17. Apr 19, 2021
  18. Apr 07, 2021
  19. Apr 06, 2021
  20. Mar 26, 2021
  21. Mar 09, 2021
    • Dr Rich Wareham's avatar
      add additional attrbutes to ignore changes list · 3c5d48ce
      Dr Rich Wareham authored
      There are a few more attributes which Google has started using
      internally to record state. Add them to the ignore changes list so that
      terraform won't keep wanting to change resources.
      
      Part of uis/devops/raven/infrastructure#32
      3c5d48ce
  22. Jan 27, 2021
  23. Jan 08, 2021
    • Dr Rich Wareham's avatar
      fix idempotent behaviour of allow_ingress [REVIEW] · 175c5f45
      Dr Rich Wareham authored
      It would appear that the "run.googleapis.com/ingress" annotation can be
      set to "all" without having to enable the beta launch stage. Indeed it
      *has* to be set to "all" since attempting to unset it causes Cloud Run
      to immediately reset it.
      175c5f45
Loading