Skip to content

Commit a998c38

Browse files
committed
Merge branch 'master' of https://github.com/pulumi/docs into blog/add-partnership-tags
2 parents 668b2f5 + 9763b09 commit a998c38

File tree

552 files changed

+6463
-1747
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

552 files changed

+6463
-1747
lines changed

assets/css/bundle.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18771,6 +18771,26 @@ div.packages section.featured-packages div.featured-packages-content div.feature
1877118771
padding-right: 0.5rem
1877218772
}
1877318773

18774+
.responsive-video-container{
18775+
padding-bottom:60%
18776+
}
18777+
18778+
@media (min-width: 1024px){
18779+
.responsive-video-container{
18780+
padding-bottom:50.25%
18781+
}
18782+
}
18783+
18784+
.responsive-video-container.video-16-9{
18785+
padding-bottom:60%
18786+
}
18787+
18788+
@media (min-width: 1024px){
18789+
.responsive-video-container.video-16-9{
18790+
padding-bottom:56.25%
18791+
}
18792+
}
18793+
1877418794
div.pulumi-deployments{
1877518795
box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
1877618796
--tw-shadow: 0 10px 15px -3pxrgba(0,0,0,.1),0 4px 6px -2pxrgba(0,0,0,.05) padding: 2.5rem;

content/blog/2022-03-10-hierarchical-config/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
---
22
title: "Hierarchical Config: The Interim Solution"
33
date: 2022-03-15T10:00:00Z
4+
updated: 2025-06-20
45
draft: false
5-
meta_desc: In this aritcle, Rawkode takes a look at how he'd manage project and organizational configuration for Pulumi programs.
6+
meta_desc: In this article, Rawkode takes a look at how he'd manage project and organizational configuration for Pulumi programs.
67
meta_image: meta.png
78
authors: ["david-flanagan"]
89
tags: ["config"]
910
---
1011

12+
> [!INFO]
13+
> This blog post discusses hierarchical config before Pulumi ESC was released. ESC makes hierarchical config [easy](/blog/environments-secrets-configurations-management/).
14+
1115
A really common question that we receive on the Pulumi team is, "How can we set config at a project level, that can be used across all stacks?".
1216

1317
When I say "really common" ... I mean really, really common.

0 commit comments

Comments
 (0)