Santhosh Kumar "San" Srinivasan
Santhosh Kumar "San" Srinivasan
Please remove target blank only if you're convinced. https://css-tricks.com/use-target_blank/ :laughing:
### Terraform Version ``` Terraform v0.12.15 + provider.archive v1.3.0 + provider.aws v2.37.0 ``` ### Affected Resource(s) archive_file ### Terraform Configuration Files ```hcl data "archive_file" "lambda" { type = "zip" source_dir...
### TL;DR Now, Ingress and Egress can be their own resources. It makes it easier to manage and maintain. ### Terraform Resources ```markdown https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/access_context_manager_service_perimeter_dry_run_ingress_policy https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/access_context_manager_service_perimeter_ingress_policy https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/access_context_manager_service_perimeter_dry_run_egress_policy https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/access_context_manager_service_perimeter_egress_policy ``` ### Detailed...