Using awsx (crosswalk) with Yaml - can anyone tell...
# aws
r
Using awsx (crosswalk) with Yaml - can anyone tell me, what happens when you need to adjust properties of the underlying resource? Any plans to make this possible in yaml? E.g. in an ECS repository, I want to set
Copy code
properties:
      forceDelete: true
but the https://www.pulumi.com/registry/packages/awsx/api-docs/ecr/repository/#repository_yaml doesn't have this input property...