maxime roma
maxime roma
As i tried to setup my gke ingress with cloudcdn in front configured by backendconfig, i needed to give up because cache key based on header is missing in backendconfig...
First Issue: I have create an sg rule like that: ``` response = ec2_client.authorize_security_group_ingress( GroupId=group_id, IpPermissions=[ { 'IpProtocol': rule['ip_protocol'], 'FromPort': rule['from_port'], 'ToPort': rule['to_port'], 'IpRanges': [{'CidrIp': rule['cidr_ipv4'], 'Description': 'Ip test'} if...
**Is your feature request related to a problem? Please describe.** We have an internal process to build ami using ansible and packer. Actually, we use a lot the famous christiangda...
``` │ Error: Unsupported attribute │ │ on .terraform/modules/cloud_run/modules/v2/main.tf line 183, in resource "google_cloud_run_v2_service" "main": │ 183: for_each = liveness_probe.value.tcp_socket[*] │ ├──────────────── │ │ liveness_probe.value is object with 6 attributes...