1738 Commits

Author SHA1 Message Date
Justin Van Patten
26490b1711
Add 3.0 migration note for Python translation fixes (#38) 2021-04-08 23:08:21 +01:00
Paul Stack
7088a708b7
Update yaml file from which eks tutorial uses (#34) 2021-04-08 16:35:57 +01:00
David Wrede
c793d2d094
Documenting MacPorts install option (#33)
Co-authored-by: Lothar Haeger <lhaeger@users.noreply.github.com>
2021-04-08 08:28:43 -07:00
Paul Stack
b8b89d461f
Add docs to ensure users know Fish completions are supported (#31)
Fixes: https://github.com/pulumi/docs/issues/5668
2021-04-08 10:00:27 +01:00
Piers Karsenbarg
398cfe31d6
Updated troubleshooting doc (#18)
Added guide for M1 users
2021-04-08 09:56:22 +01:00
Lee Zen
01abedefbf
Update 3.0 migration instructions to match beta (#30) 2021-04-07 13:49:54 -07:00
David Wrede
b9f99eff5f
Add clause reminding people to create file from within project directory (#16) 2021-04-07 00:03:17 -07:00
Jay Buffington
ae49c7de00
Python s3.BucketObject takes source argument, not content (#26)
Using content will result in this error:

    Diagnostics:
      aws:s3:BucketObject (index.html):
        error: unexpected asset content
2021-04-06 16:11:05 -07:00
Paul Stack
955da4ec90 Upgrade 3.0 migration guide to talk about removal of Go Apply<TypeName> (#5641) 2021-04-02 22:47:53 +01:00
Paul Stack
1be109d85e Adding a Pulumi 3.0 migration guide (#5633) 2021-04-02 19:19:16 +01:00
Paul Hicks
b805f10061 Replace some readFileSyncs with FileAsset (#5596)
* Replace some readFileSyncs with FileAsset

The get-started tutorials for AWS and GCP still used the readFileSync
(or equivalent in other languages) way of reading contents for uploading
to cloud storage. There was also an instance in the Terraform migration
example.

The examples have all been changed to not use a subdirectory in order to
avoid the potential issue pointed out by Joe in #4903

* Apply suggestions from code review

* Replicating updates to Azure tutorial

Co-authored-by: David Wrede <d_wrede@yahoo.com>
Co-authored-by: Dave Wrede <dave@pulumi.com>
2021-03-30 16:13:48 -07:00
susan evans
15bd792b3d update docs for team admin permissions++ (#5564)
Signed-off-by: susanev <susan.ra.evans@gmail.com>
Co-authored-by: David Wrede <dave@pulumi.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
2021-03-30 07:39:13 -07:00
David Wrede
dcb6554e9c Corrected and updated code blocks in containers with ECS tutorial (#5577) 2021-03-26 17:29:31 -07:00
Flamacue
a3efaf91d4 fix/update fastly golang intro example (#5510) 2021-03-22 20:24:52 +00:00
Carlos García
6ea6c3fb66 Update create-project.md (#5508)
Change "AWS" for "Azure" since this is the Azure Get-Started page.
2021-03-20 20:55:16 -07:00
David Wrede
f55827a979 Explicitly mentions the program file name in tutorial (#5490)
* Reduces confusion by  mentioning program file

* Fixed broken link

* Incorporated TR feedback
2021-03-19 16:30:21 -07:00
Fabio Gallese
eb73205c06 Update from_kubernetes.md (#5499)
Add missing Python example for ConfigGroup.
2021-03-19 15:31:57 -06:00
Praneet Loke
607cfa38c4 Fix some broken links 2021-03-19 09:49:37 -07:00
Christian Nunciato
9d1c1a14b9 Upgrade to latest Hugo (#5418) 2021-03-14 07:14:21 -07:00
Sophia Parafina
7eb063e86f fix links to stable and incubator helm chart repos (#5428)
* fix link to stable helm chart repo

* fix more links to helm stable and incubator

* Update content/docs/guides/crosswalk/kubernetes/cluster-services.md

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

Co-authored-by: Christian Nunciato <c@nunciato.org>
2021-03-12 09:07:00 -06:00
Cameron Stokes
cfb3e5cb29 Fix examples for Random provider intro. (#5431)
Method and args name was wrong per https://www.pulumi.com/docs/reference/pkg/random/randompet/#create.
2021-03-11 14:42:46 -08:00
Armand BOUR
f7c8932c25 Update outdated template in AWS Lambda guide (#5426)
The template name previously mentioned does not generate the correct boilerplate for this guide.
2021-03-11 11:03:49 -08:00
Chris Smith
6a84cfe14f Document new PULUMI_DATABASE_USER_* env vars (#5405) 2021-03-10 10:09:14 -08:00
aaronkao
671153e46e Update _index.md 2021-03-09 21:58:32 +00:00
Sander Holvoet
f58455ad8d 📝 Added Azure CLI locations command + minor styling change (#5155)
* Update setup.md

Capitalize `ID`, in line with `clientID` and `tenantID`

* Update create-project.md

Added Azure CLI command to quickly list alternative Azure locations

Co-authored-by: David Wrede <dave@pulumi.com>
2021-03-05 14:38:09 -08:00
Paul Stack
06d0741284 Fixing a linting issue on the new github actions migration guide (#5400) 2021-03-05 18:52:14 +00:00
Nicholas Martin
dd50b32a8c Update github-actions.md (#5385) 2021-03-05 18:47:05 +00:00
Lee Zen
83d365a571 Update unit testing guide to not reference infra within describe (#5394) 2021-03-04 14:08:09 -08:00
Mikhail Shilkov
cb363f7c46 Fix broken links introduced by azure-native launch (#5393) 2021-03-04 15:52:29 +01:00
Lee Zen
930a66c078 Fix a typo in the Lambda section of the Crosswalk guide (#5382)
Fixes #5375
2021-03-02 16:31:42 -08:00
Mikhail Shilkov
180549b801 Rename Azure NextGen to Azure-Native (#5351)
Co-authored-by: David Wrede <dave@pulumi.com>
2021-03-02 10:01:27 -08:00
Lee Zen
c12f8173f4 Add EKS to package documentation section for all languages (#5339) 2021-03-01 13:24:44 -08:00
Paul Stack
27985c5a63 Updating the GitHub Actions CD Guide to use GHA v2 (#5369)
Co-authored-by: David Wrede <dave@pulumi.com>
2021-03-01 10:17:48 -08:00
matt-slalom
dccd1b0a1c Update gke.md (#5341)
Without `--show-secrets` the `pulumi stack output` command produces a kubeconfig file that is not usable.
2021-02-25 16:32:25 -07:00
David Wrede
af469debf4 SCIM integration topic (#5139)
Co-authored-by: Alex Mullans <a.mullans@pulumi.com>
Co-authored-by: Praneet Loke <1466314+praneetloke@users.noreply.github.com>
Co-authored-by: Sean Holung <sholung@pulumi.com>
2021-02-24 07:47:46 -08:00
Lee Zen
8969ae49ce Update config Python example for getting an int (#5348) 2021-02-23 19:27:17 -08:00
Cameron Stokes
3caea97ec5 Adds a 'Contact Us' link to the Self-Hosted pages. (#5326)
Fixes https://github.com/pulumi/docs/issues/5202.
2021-02-22 09:54:22 -08:00
David Wrede
7fcffc3519 New search experience via Swiftype (#5223)
* Prototyping new Swiftype search integration

* Remove script for building search index

* Remove search

* Script cleanup

* Style adjustments

* Relocate search bar to top of left nav

* Back out inadvertent package.json additions

* Reparent the Swiftype autocomplete container

Co-authored-by: Christian Nunciato <c@nunciato.org>
2021-02-19 16:48:31 -08:00
Jesse Kinkead
6b2b7244a9 Add a concrete example of using tags on a node group. (#5141)
Show using labels and adding the required autoscaler tag.
2021-02-17 14:10:08 -07:00
David Wrede
1c5579afc2 Replaced hardcoded links with language-specific shortcodes (#5300) 2021-02-17 10:56:57 -08:00
Praneet Loke
76f3170d27 Update the self-hosted guide (#5299)
* Update the self-hosted guide with a warning about turning off Docker's experimental feature for file sharing when running on macOS.
2021-02-17 09:30:48 -08:00
Christian Nunciato
e6456b6a24 Regenerate tutorials (#5290) 2021-02-17 08:55:28 -08:00
Christian Nunciato
750030f493 A few more link fixes (#5225)
* A few more link fixes

* Restore item, handle missing URLs
2021-02-15 08:12:04 -08:00
Paul Stack
9dcbf9cb1d Fixing the redirect from packet cloudprovider to equinix metal (#5217) 2021-02-12 18:24:11 +00:00
Christian Nunciato
35cdb0af71 Specify WRITE has access to destroy (#5207) 2021-02-11 14:21:41 -08:00
Jaka Hudoklin
b3a153d5e1 Fix typos in asset-archives (#5203)
RemoteArhcive should be RemoteArchive
2021-02-11 13:48:15 -08:00
aaronkao
d388b0d23c Update file size of index.html (#5204)
The file size for index.html is actually 70 B and not 68 B
2021-02-11 13:47:47 -08:00
Christian Nunciato
f56d140804 Fix image overflows (#5206) 2021-02-11 13:47:00 -08:00
Levi Blackstone
8714a1b753 Update Azure getting started (#5196)
Update all steps to reflect the latest CLI output.
2021-02-10 14:06:58 -07:00
Praneet Loke
0a055fe161 Update the Spinnaker guide filed under the Continuous Delivery page (#5115) 2021-02-09 15:16:02 -08:00