David Wrede
5345760754
Updated structure of Pulumi v. Terraform doc ( #143 )
...
* Restructured doc, put CTA link near top, updated Terraform migration doc
* Fixed lint errors
* Apply suggestions from code review
Co-authored-by: Luke Hoban <luke@pulumi.com>
Co-authored-by: Luke Hoban <luke@pulumi.com>
2021-05-03 14:37:42 -07:00
Marius Ghita
18dca7dd1d
Fix digitalocean example ( #179 )
2021-05-01 13:38:50 +01:00
Gunar Gessner
d2845949eb
[CloudFlare] Update install instructions ( #175 )
...
CloudFlare API Keys are legacy but luckily pulumi-cloudflare already accepts API Tokens.
2021-04-30 17:17:24 +01:00
David Wrede
a2da48774f
Note that bucket name for S3 backend can contain multiple folders ( #158 )
...
* Note that bucket name for S3 backend can contain multiple folders in the path
* Removed trailing slash
2021-04-29 10:57:52 -07:00
Mikhail Shilkov
188048aa96
Azure Native Version Guide ( #159 )
...
* Azure Native Version Guide
* Review edits
* Review edits 2
2021-04-29 10:57:36 -07:00
Christian Nunciato
f12ced68f8
Fix tutorial indexes ( #156 )
2021-04-27 19:52:16 -07:00
Komal
e501089e73
Update automation api guide ( #157 )
2021-04-27 18:28:14 -07:00
jwfuller
65f070152a
Change from bucket-path
to bucket-name
( #155 )
...
Change the variable name to better match AWS documentation. We want a user to enter `s3://my-bucket` rather than `s3://my-bucket.s3-us-east-1.amazonaws.com`
2021-04-27 17:00:48 -07:00
Paul Stack
8ccfe5d031
Adding github owner to the github provider setup details ( #146 )
...
* Adding github owner to the github provider setup details
Fixes: https://github.com/pulumi/docs/issues/5359
Please note, the difference from that original issue is that
GITHUB_ORGANIZATION has been deprecated in favour of GITHUB_OWNER as
per https://github.com/pulumi/pulumi-github/#configuration
* Copyedits
Co-authored-by: Dave Wrede <dave@pulumi.com>
2021-04-27 14:06:51 -07:00
Paul Stack
7badf00bba
Adding Libvirt provider to cloud-providers page ( #147 )
...
* Adding Libvirt provider to cloud-providers page
Fixes : #145
* Update themes/default/content/docs/intro/cloud-providers/libvirt/_index.md
Co-authored-by: David Wrede <dave@pulumi.com>
Co-authored-by: David Wrede <dave@pulumi.com>
2021-04-27 14:05:54 -07:00
Mitch Gerdisch
f4088bac6a
add onelogin saml guide ( #22 )
...
* add onelogin saml guide
* Update themes/default/content/docs/guides/saml/_index.md
Co-authored-by: Cameron Stokes <cameron@pulumi.com>
* updates based on review
* Convert markdown block to "note" shortcode
* Inlined images to fix numbered step issues
* Fixing lint error
Co-authored-by: Cameron Stokes <cameron@pulumi.com>
Co-authored-by: David Wrede <dave@pulumi.com>
2021-04-27 12:32:57 -07:00
Evan Boyle
5eaeaf8446
Add pulumi package to Go mocks upgrade example ( #152 )
2021-04-27 10:49:50 -07:00
Chris Lenard
5c8a97d668
Fix MockCallArgs property in Golang example ( #141 )
...
The `MockCallArgs` does not have `Inputs` as a property. This should be `Args`.
https://github.com/pulumi/pulumi/blob/master/sdk/go/pulumi/mocks.go#L34
2021-04-26 22:39:16 +01:00
Paul Stack
b0a5b69f5c
Adding the libvirt provider to the pkg resource index page ( #142 )
2021-04-26 22:32:36 +01:00
Stefan Amberger
20345e8cbb
Fix a syntax error ( #122 )
2021-04-22 07:45:41 -07:00
Cameron Stokes
1363159872
Add link to self-managed backend on self-hosted pages. ( #110 )
...
* Add link to self-managed backend on self-hosted pages.
Attempt to help with confusion between Self-Hosted and Self-Managed backends.
2021-04-21 11:11:41 -07:00
rafi
2b584f5838
Update deploy-changes.md ( #106 )
...
use earlier defined variable staticEndpoint
2021-04-20 12:44:05 -07:00
Christian Nunciato
55d37c2ea6
Fix Yandex references, remove test doc ( #104 )
2021-04-20 12:27:03 -07:00
Chris Smith
0fd158b42e
Remove gRPC Fuse warning ( #103 )
...
We had a warning about a Docker x macOS bug. However, it has since been fixed. (Or at the very least, we cannot reproduce the problems you encounter if you have that option checked.) So removing it from the docs.
2021-04-20 11:54:52 -07:00
David Wrede
5a9c775a3d
Fix whitespace issues in tutorial ( #94 )
2021-04-20 11:06:05 -07:00
Daniel Revell
65ff9da67c
human readable az cli location output ( #95 )
2021-04-20 09:56:22 -07:00
Daniel Revell
a8cfb7c853
Typo referring to AWS S3 ( #98 )
2021-04-20 09:54:55 -07:00
Paul Stack
17a2551aea
Upgrade GitHub Actions to point to v3 ( #92 )
2021-04-20 15:20:24 +01:00
Piers Karsenbarg
8188af557e
Fixed link text ( #91 )
2021-04-20 14:18:11 +01:00
Paul Stack
fd74b44242
Adding a link to the package docs for Yandex cloud ( #90 )
2021-04-20 12:55:43 +01:00
David Wrede
608a5a71b1
Added video walkthrough and some additional resources ( #84 )
...
* Added video walkthrough and some additional resources
* Fixed lint error
* Incorporated TR feedback
* Putting hyperlink in section/card label
2021-04-20 03:19:16 -07:00
Christian Nunciato
96c6fd914f
Port content and theme from pulumi-hugo-internal ( #85 )
...
Co-authored-by: susanev <susan.ra.evans@gmail.com>
Co-authored-by: Zack Chase <zachary@pulumi.com>
Co-authored-by: kimberleyamackenzie <kimberleyamackenzie@gmail.com>
2021-04-20 00:37:26 -07:00
Vivek Lakshmanan
f4d9a5ebea
Add preview provider section with google-native and minor fix to sample code ( #82 )
...
* Fix bucket name to avoid rejection by Google for having 'google' in it
* Add a preview providers section
* Add svg for google-native
2021-04-19 18:55:07 -07:00
David Wrede
c146659b7f
Handling pointer dereference for miniKube Cluster IP ( #81 )
2021-04-19 17:32:01 -07:00
David Wrede
f587c08429
Update Getting Started page to incorporated other learning options ( #76 )
...
* Tweaked root GS page, added in live workshop links
* Tweaked copy and cloud ordering
* Update themes/default/content/docs/get-started/_index.md
Co-authored-by: Christian Nunciato <c@nunciato.org>
Co-authored-by: Christian Nunciato <c@nunciato.org>
2021-04-19 16:10:55 -07:00
Paul Stack
3431f32ed5
Updating docs for 3.0 release ( #57 )
...
Co-authored-by: Dave Wrede <dave@pulumi.com>
2021-04-19 23:59:43 +01:00
Komal
d95e762aa3
Remove broken relref links from automation user guide ( #79 )
...
Co-authored-by: Christian Nunciato <c@nunciato.org>
2021-04-19 14:41:18 -07:00
Lee Zen
05e0528871
Update deploy changes text to account for content type ( #78 )
2021-04-19 14:14:40 -07:00
Vivek Lakshmanan
44eae7bf82
Include initial blurb about Google-Native ( #59 )
...
* WIP GCP native
* WIP
* Update to use google-native naming
* Linting fixes
* Update themes/default/content/docs/intro/cloud-providers/google-native/_index.md
Co-authored-by: Alex Mullans <a.mullans@pulumi.com>
* Fix sample code
* Update to new provider nomenclature
Co-authored-by: Alex Mullans <a.mullans@pulumi.com>
2021-04-19 13:17:06 -07:00
Komal
94a0c0c2e5
Automation API User Guide ( #65 )
...
Co-authored-by: David Wrede <dave@pulumi.com>
Co-authored-by: Lee-Ming Zen <lee@pulumi.com>
2021-04-19 12:49:29 -07:00
Paul Stack
4ca68d21a6
Update the 3.0 Migration guide to reflect the RC ( #70 )
...
Co-authored-by: Justin Van Patten <jvp@justinvp.com>
2021-04-16 17:41:52 +01:00
Anton Tayanovskyy
fce03a33b0
Update azure aks helm examples ( #63 )
...
* Adding azure helm aks examples for more languages
* Go link
* Remove accidental addition
* Switch featured examples to aks-helm
* Redirect azure-py-aks links to azure-py-aks-helm links
2021-04-16 10:54:59 -04:00
susan evans
b7f9669a7c
update cicd docs ( #46 )
...
* remove msg about it only being for pro and ent
* update pricing page
Signed-off-by: susanev <susan.ra.evans@gmail.com>
Co-authored-by: Zack Chase <zachary@pulumi.com>
2021-04-15 09:49:01 -07:00
David Wrede
4c896fa410
Fixed lint errors and matched example code with example reference ( #67 )
2021-04-14 17:16:51 -07:00
Lee Zen
d6422acfb9
Update integration test guide to account for Automation API ( #50 )
2021-04-14 14:29:58 -07:00
Christian Nunciato
f5ee92a0c4
Fix and enable tests ( #64 )
2021-04-14 14:18:42 -07:00
Matt Stratton
2baee7a0d3
Add comma after last arg for go example ( #60 )
...
Without the last comma, go is unhappy
Signed-off-by: Matt Stratton <matt.stratton@hey.com>
2021-04-14 11:30:26 -07:00
Komal
9f1ceeff39
Add an example of using output.all with keyword args ( #62 )
2021-04-14 11:15:03 -07:00
Paul Stack
18e527c618
Fixing up the dotnet docs links to be plain a href ( #53 )
2021-04-14 00:06:19 +01:00
Paul Stack
e69f66396b
Adding a link to the Pulumi DotNet docs ( #52 )
2021-04-13 22:57:05 +01:00
susan evans
ee14707b66
fixing refs ( #48 )
...
Signed-off-by: susanev <susan.ra.evans@gmail.com>
2021-04-13 12:29:57 -07:00
susan evans
34cffd7187
fix console docs nav ( #21 )
...
Signed-off-by: susanev <susan.ra.evans@gmail.com>
Co-authored-by: Dave Wrede <dave@pulumi.com>
2021-04-13 10:41:56 -07:00
Justin Van Patten
514ef32c84
Fix typo ( #42 )
2021-04-09 17:59:39 +01:00
Paul Stack
6952590c6e
Adding the changes to pulumi runtime Mocks to the 3.0 migration guide ( #41 )
...
Co-authored-by: Alex Mullans <a.mullans@pulumi.com>
2021-04-09 16:33:16 +01:00
Paul Stack
8b0e4c5741
Lint the 3.0 migration guide ( #40 )
2021-04-09 11:22:28 +01:00