app
app copied to clipboard
Move ingress restriction to Terraform config
Summary
The App Engine ingress restriction is currently configured by the server/bin/deploy-server.sh script running --ingress internal-and-cloud-load-balancing , as handled in PR 1756 resolving issue #649 .
Ideally it would be moved to Terraform.
However, this requires Terraform support. See https://github.com/hashicorp/terraform-provider-google/issues/7866
Note: the current deploy script solution is better than running gcloud 'from' Terraform.
Checklist:
- [ ] Searched the existing issues to ensure you are not creating a duplicate.
- [ ] Followed the Contributor Guidelines.
This item has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.