You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix code examples and YAML characterization based on feedback
- Add missing data source declaration in Terraform example
- Clarify YAML as configuration format rather than programming language
- Improve accuracy and consistency of technical examples
Copy file name to clipboardExpand all lines: content/blog/infrastructure-as-code-tools/index.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -105,11 +105,11 @@ This guide covers the following infrastructure as code tools and platforms:
105
105
License: Apache 2.0 (Open Source)
106
106
Best For: Development teams who want to use familiar programming languages for infrastructure
107
107
108
-
Pulumi IaC represents the next generation of infrastructure as code, enabling teams to use real programming languages like Python, TypeScript, Go, C#, Java, and YAML instead of learning domain-specific languages. This approach provides unprecedented flexibility, powerful abstractions, and seamless integration with existing development workflows.
108
+
Pulumi IaC represents the next generation of infrastructure as code, enabling teams to use real programming languages like Python, TypeScript, Go, C#, and Java, plus YAML for simpler configurations, instead of learning domain-specific languages. This approach provides unprecedented flexibility, powerful abstractions, and seamless integration with existing development workflows.
109
109
110
110
Key Features:
111
111
112
-
-**Universal language support**: Use Python, TypeScript, Go, C#, Java, or YAML—no new DSL to learn
112
+
-**Universal language support**: Use Python, TypeScript, Go, C#, Java, or YAML configurations—no new DSL to learn
113
113
-**Any cloud, any architecture**: Deploy to AWS, Azure, Google Cloud, Kubernetes, and 100+ other providers
0 commit comments