FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
  1. Apr 17, 2020
    • Dr Rich Wareham's avatar
      remove random generated name hack · 4246d708
      Dr Rich Wareham authored
      We no longer need the random id hack for generating Cloud Run resource
      names as the provider now supports a autogenerate_revision_name flag
      which allows Google to generate the appropriate resource name for us.
      
      Closes #4
      4246d708
  2. Mar 27, 2020
    • Dr Abraham Martin's avatar
      Merge branch 'hotfix-cloud-run-name' into 'master' · 2e650de8
      Dr Abraham Martin authored
      main.tf: don't ignore changes in name
      
      See merge request !4
      2e650de8
    • Dr Rich Wareham's avatar
      main.tf: don't ignore changes in name · b9f6ca5e
      Dr Rich Wareham authored
      Ignoring changes in name means that one can never run terraform
      deployments beyond the initial creation of the webapp service. Terraform
      will always modify a service in-place but try to use the same name which
      negates the point of *setting* the name in the
      google_cloud_run_service.webapp resource.
      
      The downside of this is that one can't then deploy changes without
      deleting and re-creating random_id.webapp_revision_name resource but
      that is at least documented in the README.
      b9f6ca5e
  3. Mar 26, 2020
  4. Mar 25, 2020
  5. Mar 24, 2020
    • Dr Rich Wareham's avatar
      Add optional domain mapping · 864fa716
      Dr Rich Wareham authored
      Allow an optional domain mapping to be configured for the webapp. If a
      domain mapping is configured, appropriate DNS records are provided as
      outputs.
      
      Closes #2
      864fa716
  6. Mar 23, 2020
Loading