1646 Commits

Author SHA1 Message Date
Monica
b8de6a2e62
add time offset 2023-03-07 16:03:34 -05:00
Monica
a45f1ddc49
Adjust per feedback from GH 2023-03-07 15:41:21 -05:00
Sean Holung
e86bfabf82
add international women's day blog post (#2537) 2023-03-07 10:13:02 -08:00
Monica
f8d621aedb
Update launch date and remove empty typescript selector 2023-03-07 10:53:38 -05:00
Guinevere Saenger
f029ea86d5 Add code sample showing cache from and platform args 2023-03-06 18:25:32 -08:00
Guinevere Saenger
b3a03db436 Remove extra shortcode 2023-03-06 18:14:30 -08:00
Guinevere Saenger
ab0a89d16b Use choosables for languages. Upload a recording of log output. 2023-03-06 17:56:28 -08:00
Luke Hoban
3840ab1b44
Some docs fixes (#2530)
Fixes https://github.com/pulumi/pulumi-hugo/issues/2063.
Fixes https://github.com/pulumi/pulumi-hugo/issues/2519.
Fixes https://github.com/pulumi/pulumi-hugo/issues/861.
Fixes https://github.com/pulumi/pulumi-hugo/issues/384.
Fixes https://github.com/pulumi/pulumi-hugo/issues/1143.
Fixes https://github.com/pulumi/pulumi-hugo/issues/1404.
Fixes https://github.com/pulumi/pulumi-hugo/issues/66.
Fixes https://github.com/pulumi/pulumi-hugo/issues/316
Fixes https://github.com/pulumi/pulumi-hugo/issues/2200.
Fixes https://github.com/pulumi/pulumi-hugo/issues/2225.
2023-03-06 11:58:23 -08:00
Monica
eeb1cd92de
Capitalize title words 2023-03-02 16:04:33 -05:00
Monica
a18462f0ee
Re-title and add speed qualifier 2023-03-02 15:19:41 -05:00
Monica
398e7d688f
Adjust per feedback 2023-03-02 14:15:47 -05:00
Josh Kodroff
90fcc391a2
Update index.md (#2525)
- Correct producer/consumer error
- Add a note about `confluent login`
2023-03-02 13:48:57 -05:00
Guinevere Saenger
a62d1f2ce6 Add first cut of migration guide 2023-03-01 16:46:44 -08:00
Monica
fe61423155
Add docker 4.0 blog post 2023-03-01 14:19:32 -05:00
Scott S. Lowe
12fcf10be7
First Zephyr blog post on code organization and stacks (#2502)
Publish first blog post in Zephyr series, covering code organization and stacks

Signed-off-by: Scott Lowe <slowe@pulumi.com>
2023-02-20 15:44:07 -05:00
Josh Kodroff
eb94aeb603
Add Confluent Cloud blog post. (#2489)
Co-authored-by: isaac-pulumi <59850911+isaac-pulumi@users.noreply.github.com>
Co-authored-by: Sara <100384099+SaraDPH@users.noreply.github.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
2023-02-15 16:03:00 -08:00
Sara
ed34bb3d7a
FinOps with Pulumi: image + list + tag (#2495)
- Updated blog image
- Added the "automation-api" tag
- The section "Basic Tag Policy for FinOps will include" the items following it don't appear as a list, fixing it so it shows correctly.
2023-02-15 12:04:20 -06:00
Sara
b6bcb16f39
Add files via upload (#2494)
Update blog image
2023-02-15 11:34:57 -06:00
Richard Shade
7e40a3acff
Blog: Finops with Pulumi (#2443)
* Blog: Finops with Pulumi

Co-authored-by: Scott S. Lowe <slowe@pulumi.com>
Co-authored-by: Sara <100384099+SaraDPH@users.noreply.github.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
2023-02-15 01:50:45 +00:00
Abhinav Gupta
9921e7a282
python: __opts__ => opts (#2483)
Some of the examples pass options to Python APIs
via `__opts__` instead of `opts`.
The only time `__opts__` is supposed to be used is when
the resource has an existing `opts` parameter,
which is not the case for the resources in these examples.

This updates them to use `opts`.

Resolves #2471
2023-02-13 05:15:08 -08:00
Praneet Loke
35cd50d2ce
Blog post for how Pulumi can be used to automate member account creation in AWS Organizations (#2397)
* Add blog post entry on automating member account creation in AWS Organizations

Co-authored-by: Christian Nunciato <christian@pulumi.com>
Co-authored-by: Scott Lowe <slowe@pulumi.com>
2023-02-06 09:54:24 -05:00
Christian Nunciato
572ea10075
Fix a link in the Redshift post (#2454)
The post should link to the next post in the series, but instead links to itself.
2023-01-31 16:44:21 -08:00
Josh Kodroff
05afcc0ecd
Add 'Automating Pulumi Import to Bring Manually Created Resources into IaC' (#2431)
* Add 'Automating Pulumi Import to Bring Manually Created Resources into IaC'
* Apply suggestions from code review

---------

Co-authored-by: Christian Nunciato <c@nunciato.org>
2023-01-30 14:42:54 -07:00
Robbie McKinstry
8cd64ab597
Amazing Performance intro post (#2231) 2023-01-26 15:15:46 -08:00
Zack Chase
d0b4341a6c
Update copy on home page (#2195)
* Update copy on home page

* Add automation api layout

* Fix typo

* Add some examples

* Address some feedback

* Update homepage with recent changes

* Update slot machine copy

* Address feedback

* Fix headline

* Add templates cta

* Make label smaller

* Update testimonials

* Update themes/default/content/_index.md

Co-authored-by: George Huang <george@pulumi.com>

* Update themes/default/content/_index.md

* Apply suggestions from code review

Thanks Christian

Co-authored-by: Christian Nunciato <c@nunciato.org>

* Apply suggestions from code review

Co-authored-by: Christian Nunciato <c@nunciato.org>
Co-authored-by: aaronkao <aaronkao@users.noreply.github.com>

* Address feedback

* Update themes/default/content/_index.md

Co-authored-by: George Huang <george@pulumi.com>

* Add java example for eks

* Address auto api feedback

* Tighten up some padding and code, use text-lg to align with other sections (#2434)

Co-authored-by: aaronkao <aaronkao@users.noreply.github.com>
Co-authored-by: George Huang <george@pulumi.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
2023-01-24 14:02:57 -08:00
Kyle Dixler
5b9fc751b0
Blogpost: The Easier Way to Create Pulumi Providers in Go (#2365)
* initial version

* v2

* adopted codefence suggestion

* inlined pulumi provider boilerplate

* broke apart code example

* added meta image and cleaned up preview.

* addressed review comments

* removed link to github to not compete with the read more link

* Update the date

* Update themes/default/content/blog/pulumi-go-boilerplate-v2/index.md

Co-authored-by: Christian Nunciato <c@nunciato.org>
2023-01-19 18:48:19 -08:00
Christian Nunciato
62e7fa891f
Update references to metral/pulumi-nginx (#2415) 2023-01-19 15:44:21 -08:00
Christian Nunciato
51c7efd0ee
Update a meta image (#2421) 2023-01-19 22:44:03 +00:00
Daniel Bradley
fb4eb92aa6
Add AWSx blog migration details (#2287) 2023-01-18 19:23:29 +00:00
Fraser Waters
f8aa596298
Mini blog post on providers (#2400) 2023-01-17 18:05:23 +01:00
meagancojocar
8b6e94024d
OIDC Blog Post (#2376) 2023-01-09 18:32:41 +00:00
Christian Nunciato
9086a9a6fa
Add a page listing all blog tags (#2064) 2023-01-04 13:13:21 -08:00
Sara
66142c2564
Update index.md (#2109) 2023-01-03 09:46:12 -08:00
Christian Nunciato
7ee2270b31
Add AWS Glue post (#2345) 2022-12-27 10:11:38 -07:00
Christian Nunciato
eefa768ed7
Fix typo in snippet (#2351) 2022-12-21 15:28:30 -07:00
Christian Nunciato
e5e97833b1
Fix smart quotes in code snip (#2347) 2022-12-21 12:58:04 -07:00
Sara
7e0002d4e7
Update index.md (#2338)
Adding a "multi-cloud" tag and placing the YouTube video on the article so people don't leave pulumi.com to see it.
2022-12-20 13:20:35 -06:00
Christian Nunciato
11f196fd38
Template post fixes (#2339) 2022-12-20 10:38:10 -08:00
susan evans
faa9981ddf
fix broken link (#2316) 2022-12-13 12:01:19 -08:00
Christian Nunciato
796d74bb4a
Add templates post (#2306) 2022-12-12 16:44:24 -08:00
Laura Santamaria
195a434f17
feat(post): add Kubernetes template merge post (#2256)
* feat(post): add Kubernetes template merge post

* fix(review): address comments and patches from review

* fix(review): address review requests
2022-12-09 09:58:40 -06:00
meagancojocar
de7a43e08c
Bulk stack transfer blog post (#2299)
* Bulk stack transfer blog post

* Update themes/default/content/blog/stack-transfers/index.md

Co-authored-by: George Huang <george@pulumi.com>

* Update themes/default/content/blog/stack-transfers/index.md

Co-authored-by: George Huang <george@pulumi.com>

* Update themes/default/content/blog/stack-transfers/index.md

Co-authored-by: George Huang <george@pulumi.com>

* Update themes/default/content/blog/stack-transfers/index.md

Co-authored-by: George Huang <george@pulumi.com>
2022-12-07 23:27:52 +00:00
George Huang
495de91c30
Add crosswalk MiW video to pages (#2294) 2022-12-05 19:36:58 -08:00
Christian Nunciato
2816056447
Add Redshift post (#2272) 2022-11-29 16:26:59 +00:00
Zack Chase
e451d36ae0
Add AWS SnapStart blog (#2273) 2022-11-28 20:55:22 -08:00
Luke Hoban
cc583910b2
Crosswalk for AWS 1.0 Blog Post (#2268) 2022-11-28 15:15:05 -08:00
Fraser Waters
f7b396d557
Update plan prompt blog (#2240) 2022-11-24 09:17:10 +01:00
Christian Nunciato
e6f4275c46
Change the location of the MERN DO repo (#2247) 2022-11-16 20:05:55 -05:00
Josh Kodroff
a9e1c53427
Fix blog images for AWS Proton announcement post. (#2245) 2022-11-16 17:17:15 -05:00
Zack Chase
21e34a0492
Update blog link for proton (#2244) 2022-11-16 16:18:16 -05:00