Skip to content

Allow for custom Pulumi properties not exposed by stelvio #117

Description

@sebst
@app.config
def config(env: str) -> StelvioAppConfig:
    return StelvioAppConfig(
        customize={
            Email: {
                "dmarc": {"ttl": 300}
            }
        }
    )
@app.run
def run() -> None:
    email = Email("stlv_email", "example.org", customize={"dmarc": {"ttl": 400}})

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions