3917 Commits

Author SHA1 Message Date
Joe Duffy
c1a92a1853
Add a blog about deploying to multiple regions (#1799)
* Add a blog about deploying to multiple regions

I got this question over email today and figured I'd turn
the response into a blog post.

* Apply suggestions from code review

Co-authored-by: susan evans <susan.ra.evans@gmail.com>

* Add more suggestions from code review

Co-authored-by: susan evans <susan.ra.evans@gmail.com>
2022-08-03 17:09:54 -07:00
Joe Duffy
5d61319514
A handful of updates (#1798)
* A handful of updates

Here are some updates based on recent conversations and feedback:

* Update the homepage subheading to be a bit clearer about what
  Pulumi is and what it does.

* Change the Cloud Engineering menu item to Why Pulumi, and sort
  it to the right of Product.  This more clearly speaks to what
  this navigation item represents as well as its importance
  relative to learning about Pulumi's Product offerings.

* Change the Pulumi Product landing page to say Pulumi Overview,
  not Cloud Engineering Platform, since that's what you click to
  get there and it currently feels very disconnected from all of
  the surrounding marketing which speaks in terms of IaC.

* Add a paragraph to that overview page speaking simply to what
  Pulumi is, and making sure to mention open source.

* Add a sentence to the Get Started page about open source.

* Add more customer logos -- we should be updating this much more
  often!!  Also change the logos to scroll horizontally so that
  we aren't afraid to continue adding new ones from time to time.

* Add recent news stories -- we should be updating this much
  more often too!!  Apparently it's been over a year, despite having
  tons of news coverage to share.

* Run prettier to format things

* Sort the case studies

* crop tfir logo

Signed-off-by: susanev <susan.ra.evans@gmail.com>

Co-authored-by: susanev <susan.ra.evans@gmail.com>
2022-08-02 19:13:43 -07:00
Ian Wahbe
e1edd138d5
Document yaml getters (#1795)
* Document the Pulumi YAML getter function

* Clarify YAML logical names

* Add `get` to the YAML reference

* Fix typo and improve naming language
2022-07-29 15:54:12 +02:00
Christian Nunciato
d7a6aeaf65
Fix a couple of papercuts (#1794) 2022-07-28 16:42:55 -07:00
Sarah Hughes
6c7a057f5d
move yaml workshop to 8/10, move python workshop to 8/12 (#1791) 2022-07-28 11:59:07 -07:00
susan evans
24c7c4b411
fix link in digital ocean blog (#1788) 2022-07-28 11:26:57 -07:00
Sarah Hughes
7507cd8117
change date from 8/12 to 8/10 (#1789) 2022-07-28 09:46:44 -07:00
Fraser Waters
e5bae061a7
Add docs about plugins section in Pulumi.yaml (#1768)
* Add docs about plugins section in Pulumi.yaml

* Add (optional)

* Full stop and casing

Co-authored-by: susan evans <susan.ra.evans@gmail.com>

Co-authored-by: susan evans <susan.ra.evans@gmail.com>
2022-07-28 09:28:33 +01:00
Levi Blackstone
6885ec8df1
Add more content to the Kubernetes Patch blog (#1786) 2022-07-27 16:47:20 -06:00
Sarah Hughes
0492111207
Sarah/452 (#1781)
* create page for python workshop

* unlist DigitalOcean workshop

* un-unlist DigitalOcean workshop with date changed to 9/29
2022-07-27 13:09:47 -07:00
Levi Blackstone
704691249d
Add Kubernetes Patch blog (#1780)
Co-authored-by: Laura Santamaria <laura@pulumi.com>
2022-07-27 14:03:44 -06:00
meagancojocar
fce69f4280
updating Azure classic 2.0 blog (#1784)
* cleaning up broken links
2022-07-27 10:48:21 -07:00
Levi Blackstone
66536e0bb8
Update Kubernetes SSA guide (#1782)
Add Java examples, update Go and C# examples
2022-07-27 09:21:51 -06:00
Aaron Friel
59696f7332
Revert "Remove Fn::StackReference doc (#1746)" (#1779)
This reverts commit a6f271f4ca5226ed3d816932c6dc65e83f074279.
2022-07-26 20:03:14 -07:00
Isabel Suchanek
31b53b1277
Fix C# stack readme sample code (#1777)
Fixes #1727
2022-07-26 16:20:53 -07:00
Sarah Hughes
11954d0e45
move Oracle workshop from upcoming to resources/videos (#1773) 2022-07-26 14:13:57 -07:00
Sarah Hughes
a1dbca927c
update yaml workshop for 8/9/22 (#1778) 2022-07-26 14:13:20 -07:00
Enoch Finley
08f94a589e
update python code block in ecs.md (#1776) 2022-07-26 21:23:38 +01:00
Jeffrey 'jf' Lim
e47e3e6b88
Importing Infrastructure doc: s/import statement/import option/ to be more generic and less confusing (#1738) 2022-07-26 08:23:28 -07:00
Stephen Bawks
c2ad648d6f
crosswalk Python Fixes (#1771) 2022-07-26 08:20:40 -07:00
Thomas Meckel
cc127ea60a
feat: YAML provider version pinning (#1767)
* Added documentation about provider version pinning to themes/default/content/docs/reference/yaml/_index.md

* Update themes/default/content/docs/reference/yaml/_index.md

Co-authored-by: Aaron Friel <mayreply@aaronfriel.com>

Co-authored-by: Thomas Meckel <tmeckel@users.noreply.github.com>
Co-authored-by: Aaron Friel <mayreply@aaronfriel.com>
2022-07-22 21:12:56 -07:00
Zaid Ajaj
0fab0498ab
Initial draft of blog post: Pulumi now targets .NET 6 (#1758)
* Initial draft of blog post: Pulumi now targets .NET 6

* lint

* Finalize the blog post

* apply suggestions from Robbie ❤️

* Minor updates based on Mikhail's comments
2022-07-22 15:59:58 +02:00
Devon Grove
cf402843a0
Add Team Tokens documentation (#1763)
* Add Team Tokens documentation
* Fixed weird formatting around column sizes in org/team tokens access pages
* Apply suggestions from code review
  * Co-authored-by: Myles Haynes <myles@pulumi.com>
* Apply suggestions from code review
  * Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com>
2022-07-21 17:24:17 -07:00
Anton Tayanovskyy
01671e23b6
Document Java codegen options (#1760)
* Document Java codegen options

* Update themes/default/content/docs/guides/pulumi-packages/schema.md

Co-authored-by: susan evans <susan.ra.evans@gmail.com>

* Update themes/default/content/docs/guides/pulumi-packages/schema.md

Co-authored-by: susan evans <susan.ra.evans@gmail.com>

* Spacing

Co-authored-by: susan evans <susan.ra.evans@gmail.com>
2022-07-21 12:00:57 -04:00
susan evans
2105811cff
add missing chooser to aws, azure, gcp deploy stack step (#1761) 2022-07-21 06:48:07 -07:00
Fraser Waters
b062380ecf
Fix C# code in get-started (#1762)
* Fix C# code in get-started

Tactical fix for pulumi/pulumi#10202

* Add azure & k8s
2022-07-21 12:49:37 +01:00
Fraser Waters
1b0a5d1270
Update verbose logging documentation (#1744)
* Update verbose logging documentation

* markup

* ws

* Use warning format

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

Co-authored-by: Christian Nunciato <c@nunciato.org>
2022-07-21 12:41:01 +01:00
Christian Nunciato
1c0c265dc7
Update an AWS blog post link (#1756) 2022-07-20 09:39:51 -07:00
Daniel Bradley
b15a0885f2
Add provider configuration documentation (#1755)
* Add provider configuration documentation
2022-07-20 15:57:21 +00:00
Paul Stack
317b551c7b
Fixup ABAC blog post (#1752) 2022-07-19 16:52:51 -07:00
Alex Qiu
a6f271f4ca
Remove Fn::StackReference doc (#1746) 2022-07-19 16:25:47 -07:00
Paul Stack
909047d237
Applying ABAC to AWS lambda functions blog (#1749) 2022-07-19 14:58:27 -07:00
Levi Blackstone
5e41b4f951
Add k8s guide for server-side apply (#1747) 2022-07-19 19:55:28 +00:00
Sean Holung
9d929f64ba
update meta_desc for iac with yaml (#1742) 2022-07-18 08:19:34 -07:00
Zaid Ajaj
407c9e54a9
Blog post about C# static-code analyzer for Pulumi projects (#1702)
* blog post about C# static-code analyzer

* lint

* lint more

* Improve working as suggested by Mikhail

* Bump the date of the blog

* Better wording provide -> providing

Co-authored-by: Robbie McKinstry <thesnowmancometh@gmail.com>

* creating -> create

Co-authored-by: Robbie McKinstry <thesnowmancometh@gmail.com>

* reword

Co-authored-by: Robbie McKinstry <thesnowmancometh@gmail.com>

* reword

Co-authored-by: Robbie McKinstry <thesnowmancometh@gmail.com>

* reword

Co-authored-by: Robbie McKinstry <thesnowmancometh@gmail.com>

* reword

Co-authored-by: Robbie McKinstry <thesnowmancometh@gmail.com>

* was missing a comma

Co-authored-by: Robbie McKinstry <thesnowmancometh@gmail.com>

* Explicitly mention "false-positive" warnings

Co-authored-by: Robbie McKinstry <thesnowmancometh@gmail.com>

* continuation of the section above it

Co-authored-by: Robbie McKinstry <thesnowmancometh@gmail.com>

* Better blog text preview and update publish date

Co-authored-by: Robbie McKinstry <thesnowmancometh@gmail.com>
2022-07-15 14:15:43 +02:00
Michal Fudala
c3801c032a
fix provider example java (#1741) 2022-07-14 08:19:07 -07:00
Jeffrey 'jf' Lim
3e60725a45
Resource Names doc: prefer f-strings (Pulumi is >= Python 3.6) (#1735) 2022-07-14 10:00:44 -04:00
Sean Holung
9fee490d69
move intro to iac with yaml workshop to on demand videos (#1734) 2022-07-13 12:52:21 -07:00
Jeffrey 'jf' Lim
d5df9b8a0a
Fix #1652: python comments are '#'! (#1736) 2022-07-13 10:20:11 -07:00
Alexis Hernandez
12886a9653
Fix Java example at create-a-pulumi-project/index.md (#1733)
* Fix Java example at create-a-pulumi-project/index.md
2022-07-13 10:16:30 -07:00
Zack Chase
4334dc443a
Update speaker for Codresh workshop (#1732) 2022-07-12 15:47:16 -07:00
Zaid Ajaj
dbf7d69857
Update getting started guides for dotnet 6 using newer templates (#1656)
* Update getting started guides for dotnet 6 using newer templates

* lint

* update ec2-webserver how-to guide for csharp

* Fix inconsistencies found by Mikhail 🙏
2022-07-12 18:40:45 +02:00
Fraser Waters
91c8fe64f8
Add pluginName and version to schema page (#1725) 2022-07-11 23:17:24 +01:00
Michael Bridgen
816c611697
Retarget YAML SDK link (#1719)
* Retarget YAML button on SDK home page

.. in sympathy with this menu change:

    https://github.com/pulumi/docs/pull/7764

* Remove the implicit Pulumi YAML spec menu item

The PR https://github.com/pulumi/docs/pull/7764 adds a menu item
pointing at the Pulumi YAML spec, from the SDK part of the navigation
menu; this commit removes the `menu` stanza from the doc file itself,
which would normally generate a(nother) menu item for itself.

Mysteriously, the implicit menu item appears in previews but not in the
live site. Removing it will at least make sure it doesn't accidentally
appear at some later time.

Signed-off-by: Michael Bridgen <mbridgen@pulumi.com>
2022-07-11 09:49:36 +01:00
Zack Chase
c280f8233e
Add listing for BrightTALK on resources page (#1720) 2022-07-08 12:39:56 -04:00
Zack Chase
8eb1dd2bcd
Update resources listings with new presenters (#1713) 2022-07-08 09:27:06 -07:00
Aaron Friel
429ed7bfcd
Fix overflow on YAML resource options (#1714) 2022-07-07 13:14:09 -07:00
Michael Bridgen
a708df2f77
Bring YAML spec up to date with Fn::ToJSON (#1712)
Signed-off-by: Michael Bridgen <mbridgen@pulumi.com>
2022-07-07 17:51:17 +01:00
Sean Holung
370262849c
aws static website component yaml blog post (#1679) 2022-07-07 07:52:44 -07:00
Michael Bridgen
19799e48a7
Find a space for the Pulumi YAML spec (#1665)
This adds the Pulumi YAML spec, as taken from

    https://github.com/pulumi/pulumi-yaml/blob/main/README.md

to the reference docs part of the website, and links to it from the
intro part, navigation, and reference home page.

Signed-off-by: Michael Bridgen <mbridgen@pulumi.com>
2022-07-07 15:10:11 +01:00