| 85 | } |
| 86 | |
| 87 | type pulumiYAMLTemplate struct { |
| 88 | Config map[string]pulumiYAMLTemplateConfig `yaml:"config"` |
| 89 | } |
| 90 | |
| 91 | type pulumiYAMLTemplateConfig struct { |
| 92 | Default string `yaml:"default"` |
nothing calls this directly
no outgoing calls
no test coverage detected