FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
  • Dr Rich Wareham's avatar
    b9f6ca5e
    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
    History
    main.tf: don't ignore changes in name
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.