https://pulumi.com logo
Title
g

gifted-cat-49297

04/20/2023, 11:28 AM
Are maps supported for yaml? I'm getting error
* unexpected configuration type 'map[string]interface {}': valid types are string, List<string>, number, List<number>, integer, List<integer>, boolean, List<number>
for
config:
  cloud_run:resources:
    ingress: "all"
b

brash-gigabyte-81569

04/20/2023, 7:36 PM
Nope, hit this same issue a few days ago
o

orange-policeman-59119

04/22/2023, 2:36 AM
Not today, but you can use fn::fromjson to decode a JSON string into a map.