diff --git a/diagrams/onprem/iac.py b/diagrams/onprem/iac.py
index 33d8ea77..c56284ac 100644
--- a/diagrams/onprem/iac.py
+++ b/diagrams/onprem/iac.py
@@ -20,6 +20,10 @@ class Awx(_Iac):
_icon = "awx.png"
+class Pulumi(_Iac):
+ _icon = "pulumi.png"
+
+
class Puppet(_Iac):
_icon = "puppet.png"
diff --git a/docs/nodes/onprem.md b/docs/nodes/onprem.md
index 149ebf90..948b9112 100644
--- a/docs/nodes/onprem.md
+++ b/docs/nodes/onprem.md
@@ -281,6 +281,9 @@ Node classes list of the onprem provider.
**diagrams.onprem.iac.Awx**
+
+**diagrams.onprem.iac.Pulumi**
+
**diagrams.onprem.iac.Puppet**
diff --git a/resources/onprem/iac/pulumi.png b/resources/onprem/iac/pulumi.png
new file mode 100644
index 00000000..3078d000
Binary files /dev/null and b/resources/onprem/iac/pulumi.png differ
diff --git a/website/static/img/resources/onprem/iac/pulumi.png b/website/static/img/resources/onprem/iac/pulumi.png
new file mode 100644
index 00000000..3078d000
Binary files /dev/null and b/website/static/img/resources/onprem/iac/pulumi.png differ