3917 Commits

Author SHA1 Message Date
spara
258ee7573a add twitter card 2020-05-05 18:54:13 -05:00
Lee Briggs
962f13cc25 Add missing comma 2020-05-05 14:06:33 -07:00
Lee Briggs
ec57b200d4 Apply suggestions from code review
Add suggested changes

Co-authored-by: Justin Van Patten <jvp@justinvp.com>
Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
2020-05-05 13:58:10 -07:00
Lee Briggs
194be7a52a Reword sentence related to key policy 2020-05-05 13:00:15 -07:00
Lee Briggs
af42ab5c37 Merge remote-tracking branch 'origin' into jaxxstorm/secrets-provider 2020-05-05 12:57:36 -07:00
Lee Briggs
7a14194615 Add pulumi stack export section 2020-05-05 12:47:52 -07:00
Lee Briggs
5ab01b880d Address Luke's feedback 2020-05-05 10:02:15 -07:00
Lee Briggs
42c86e9197 Apply suggestions from code review
Co-authored-by: Luke Hoban <luke@pulumi.com>
2020-05-05 09:12:59 -07:00
Eric Fleming
e35d764565 Update Step 2 C# Example
I tried following this example and ran in to multiple potential issues. 
- The initial tutorial puts all of the code in to the `MyStack.cs` class, and the run is only using that file for all of the updates. The description in Step 2, describes putting the code in to `MyStack.cs` but the code snippet is putting everything in `Program.cs`.
- Even if using `Program.cs`, it would need to be `Deployment.RunAsync`, there's a compiler error with a straight copy/paste
- There's a syntax issue when specifying the `SecurityGroupIngressArgs`, there's an extra set of curly brackets that I've removed
- The line for specifying the `ami.Id` will not work unless you get the `.Result` of the `GetAmi.InvokeAsync`. Without, `ami.Id` just returns `1`. Is there a better way to fix this? I always try to avoid doing `.Result`, but not sure how you want to approach that in this case.
- I added the two `[Output]` properties for `PublicIp` and `PublicDns`

Please feel free to take another approach with this, this is just what I had to do in order to get the tutorial working as I believe it was intended to. I'm also happy to make any adjustments to this PR if that would help you out. 

If I did something wrong and the tutorial _is_ working as intended the way it is on the site right now, please let me know so I can adjust for future reference.

Thanks!
2020-05-04 20:42:38 -04:00
spara
abede680d5 update publish date 2020-05-04 13:33:53 -05:00
Sophia Parafina
7b3ef1d6b3 Merge pull request #3198 from pulumi/spara/scott-lowe-guest-blog
scott lowe guest blog - redo images/tags
2020-05-04 13:18:40 -05:00
spara
b40e7420f3 update image 2020-05-04 11:20:43 -05:00
spara
018d7d9dae updated images 2020-05-01 15:43:16 -05:00
spara
5d01b0b039 update images 2020-05-01 14:27:55 -05:00
spara
9c754e2058 update images 2020-05-01 14:26:21 -05:00
spara
a63d84983e added twitter card graphic 2020-05-01 13:45:07 -05:00
Sophia Parafina
b400f81763 Merge branch 'master' into spara/docs-edits 2020-05-01 10:14:53 -05:00
Sophia Parafina
e2246549a9 Update content/docs/intro/concepts/project.md
Co-authored-by: Justin Van Patten <jvp@justinvp.com>
2020-05-01 10:11:53 -05:00
Erin Krengel
f5b3ce7a7b Add crossguard 2.0 blost post (#3119) 2020-04-30 16:07:46 -07:00
Lee Briggs
09db6c60ed Shorten meta_desc, change date 2020-04-30 12:21:42 -07:00
Lee Briggs
2f278f021c Apply suggestions from code review
Adding suggested changes

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
2020-04-30 11:01:32 -07:00
97thFloor
9456acb4fa SEO optimization for KW "OpenStack Providers" (#2540)
* SEO optimization for KW "OpenStack Providers"

Optimized metadata and some new language based on semantic analysis.
Primary KW: OpenStack Providers
Semantic analysis: private, public, infrastructure, cloud provider, software

Just from a content standpoint, a single sentence intro/explanation before the example would benefit this page, but I don't have the information to write that myself. I also assumed "packager" was a typo, but feel free to reject that if I'm wrong there.

* Update content/docs/intro/cloud-providers/openstack/_index.md

* Update content/docs/intro/cloud-providers/openstack/_index.md

Co-authored-by: Zack Chase <zachary@pulumi.com>
2020-04-30 09:59:48 -07:00
Lee Briggs
7178b5a3ae Address feedback 2020-04-30 09:47:38 -07:00
Mikhail Shilkov
57629373fa Add C# code 2020-04-30 11:08:33 +02:00
Lee Briggs
7bad2d6ad8 Add secrets-provider blogpost
This blogpost shows how you might use an AWS KMS to encrypt your secret
values, including scoping access to a KMS key. Currently missing:

- I need a little help with the CSharp examples
2020-04-29 23:10:46 -07:00
Christian Nunciato
6fc21ca1eb Improve the layout of the API Reference page (#3166) 2020-04-29 16:48:57 -07:00
Sophia Parafina
16678a0b0b Merge pull request #3155 from pulumi/spara/scott-lowe-guest-blog
Scott Lowe guest blog on Kubernetes
2020-04-29 18:32:01 -05:00
Paul Stack
a290e24fa3 Adding GitHub and MongoDB Atlas to cloud providers page (#3113) 2020-04-29 20:57:06 +01:00
spara
1fbfa79422 edit intro to video 2020-04-29 14:01:19 -05:00
spara
b18276186a fix video embed 2020-04-29 12:46:16 -05:00
Paul Stack
fa4ea2f3be Update cloudproviders page to ensure correct sdk versions are referenced (#3156) 2020-04-29 18:29:10 +01:00
spara
f25b0bd388 add video 2020-04-29 12:08:34 -05:00
spara
03b61cb203 change title 2020-04-29 11:50:31 -05:00
spara
75e58f2127 add twitter card 2020-04-29 09:58:00 -05:00
Mikhail Shilkov
87d7b66950 Fix a broken link to Pulumi.Terraform .NET docs 2020-04-29 09:07:30 +02:00
spara
ab805b103f initial post & added Scott Lowe profile 2020-04-28 19:42:53 -05:00
spara
adcc1875cb update meta image 2020-04-28 14:22:07 -05:00
Paul Stack
88fb28b292 Adding documentation entries for GitHub and MongoDB Atlas (#3107) 2020-04-28 15:53:11 +01:00
Sophia Parafina
b133638717 Merge pull request #3033 from pulumi/spara/architecture-as-code-serverless
architecture as code: serverless blog post
2020-04-27 20:37:03 -05:00
Sophia Parafina
7ef353f770 Update content/blog/architecture-as-code-serverless/index.md
Co-Authored-By: isaac-pulumi <59850911+isaac-pulumi@users.noreply.github.com>
2020-04-27 18:37:42 -05:00
Sophia Parafina
a9c55a547e Update content/blog/architecture-as-code-serverless/index.md
Co-Authored-By: isaac-pulumi <59850911+isaac-pulumi@users.noreply.github.com>
2020-04-27 18:37:24 -05:00
Sophia Parafina
d64f9514ba Update content/blog/architecture-as-code-serverless/index.md
Co-Authored-By: isaac-pulumi <59850911+isaac-pulumi@users.noreply.github.com>
2020-04-27 18:37:05 -05:00
Sophia Parafina
8621e72f02 Update content/blog/architecture-as-code-serverless/index.md
Co-Authored-By: isaac-pulumi <59850911+isaac-pulumi@users.noreply.github.com>
2020-04-27 18:36:53 -05:00
Sophia Parafina
88ada9798b Update content/blog/architecture-as-code-serverless/index.md
Co-Authored-By: isaac-pulumi <59850911+isaac-pulumi@users.noreply.github.com>
2020-04-27 18:36:40 -05:00
spara
058dff22ce added relref 2020-04-27 18:33:23 -05:00
Christian Nunciato
f5d1da71ab Add a case study for Lemonade (#3106) 2020-04-27 14:34:13 -07:00
spara
697bd90c3b added provisioned concurrency example 2020-04-27 10:49:53 -05:00
spara
3ffd7c5456 added provisioned concurrency example 2020-04-27 10:38:12 -05:00
Sophia Parafina
b7e97a8bfa Update content/blog/architecture-as-code-serverless/index.md
Co-Authored-By: Mikhail Shilkov <github@mikhail.io>
2020-04-27 10:07:33 -05:00
Mikhail Shilkov
cfe722f438 Commit permalinks 2020-04-27 10:15:10 +02:00