1738 Commits

Author SHA1 Message Date
Torian Crane
4db384e1a3
Updated pulumi up/preview explanation 2023-09-05 16:08:29 +02:00
Torian Crane
18ba2e9b6e updated wording 2023-09-05 13:59:20 +00:00
Torian Crane
8a221e2818 fixed linting 2023-09-05 13:50:38 +00:00
Sean Holung
4da2618211
fix links (#3327) 2023-08-30 10:06:50 -07:00
Germán Lena
8f97acdd8f
Add new skip intermediate deployments documentation (#3308)
* Add new skip intermediate deployments documentation

* Update themes/default/content/docs/pulumi-cloud/deployments/reference.md

Co-authored-by: Komal <komal@pulumi.com>

* fix screenshot

* include annotations

* now with the right switch

---------

Co-authored-by: Komal <komal@pulumi.com>
2023-08-29 11:00:01 -03:00
Torian Crane
a640408c73
Merge pull request #3312 from pulumi/toriancrane/1553-ip-output-not-displaying-in-preview
Updated Python code snippet to resolve Output discrepancy
2023-08-28 20:00:53 +02:00
Torian Crane
cb849d88c6
Update modify-program.md 2023-08-28 19:54:18 +02:00
Torian Crane
3fa8675286
Update deploy-changes.md 2023-08-28 19:41:19 +02:00
Torian Crane
e86a75b27c
Update deploy-changes.md 2023-08-28 19:41:01 +02:00
James Denyer
51885ee050
fixing python npm to PyPi and adding lang selectors (#3305)
* fixing python npm to PyPi and adding lang selectors

* fixing python npm to PyPi and adding lang selectors, js/ts

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

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

---------

Co-authored-by: Christian Nunciato <c@nunciato.org>
2023-08-28 10:33:35 -07:00
Torian Crane
ae1b45d12c
Updated preview values 2023-08-28 16:19:40 +02:00
Torian Crane
70acdd4d8f
Updated code that populates result value 2023-08-28 16:12:18 +02:00
Aaron Friel
479d8b9cac
Update Deployments path filters guidance (#3306) 2023-08-25 10:13:29 -07:00
Komal
ca6c9c4699
Add info for Microsoft Teams webhooks (#3283) 2023-08-25 09:59:42 -07:00
James Denyer
cdbc7ea71b
Edits on OSS models and addition of Pulumi terms & command equivalents (#3286)
* updates to TF BSL Update _index.md

Clarify TF's adoption of BSL

* Update _index.md

Changed order of features

* Update themes/default/content/docs/concepts/vs/terraform/_index.md

Co-authored-by: Kat Morgan <usrbinkat@braincraft.io>

* Update to What is Pulumi

* Updated with Migration offers

* Updated migration section

* Update _index.md

* Update _index.md

removing and will remain

* Removing universal

* Remove cloud engineering

* Adjusting OSS and key differences, adding terminology and command equivalents section

* fixed link

* Update themes/default/content/docs/concepts/vs/terraform/_index.md

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

* adjusting based on great feedback from Christian

* aaron's feedback on link placement

---------

Co-authored-by: Kat Morgan <usrbinkat@braincraft.io>
Co-authored-by: aaronkao <aaronkao@users.noreply.github.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
2023-08-23 16:15:40 -07:00
Mike S
6b30e6e313
docs: Update dynamic-providers.md (#3278)
* docs: Update dynamic-providers.md

- Fixed tpyo in TypeScript example

* Update dynamic-providers.md

new MyResourceProvider()
2023-08-23 11:56:55 -07:00
Christian Nunciato
6c3db4e1c7
Revert "Fix a typo in the typescript dynamic provider example (#3279)" (#3292)
This reverts commit b14df8273c88920f959e219789e54a3147fb755f.
2023-08-23 11:55:56 -07:00
Mitch Gerdisch
b14df8273c
Fix a typo in the typescript dynamic provider example (#3279)
* Fix a typo in the typescript dynamic provider example

* Update dynamic-providers.md

Missed another typo
2023-08-23 11:36:21 -07:00
Damian Hickey
04c1e95a0c
Update _index.md - Fix Get Stack curl example (#3260)
Curl example for Get Stack was related to user tokens (probably a copy-paste bug).
2023-08-23 11:34:09 -07:00
Aaron Friel
4b965dcc7e
Fix typo in AWS OIDC docs. (#3282) 2023-08-23 11:25:45 -07:00
Ringo De Smet
5978f1e0a4
Document pulumi:tags config option. (#3267)
* Document `pulumi:tags` config option.

* Clarify removal of tags from config

* Processed @cnunciato review comments
2023-08-23 18:34:18 +02:00
Justin Van Patten
6a0d7699dc
Don't mention archived tfstate import scripts (#3281)
Until we have built-in support for importing from tfstate, update the docs to not point at the archived (and not currently working for v4 state) import scripts.
2023-08-22 15:21:20 -07:00
Christian Nunciato
8b164069a2
Add a checkbox for CloudFormation conversion (#3277) 2023-08-22 13:57:18 -07:00
James Denyer
c523a2d644
updates to TF BSL Update _index.md (#3271)
* updates to TF BSL Update _index.md

Clarify TF's adoption of BSL

* Update _index.md

Changed order of features

* Update themes/default/content/docs/concepts/vs/terraform/_index.md

Co-authored-by: Kat Morgan <usrbinkat@braincraft.io>

* Update to What is Pulumi

* Updated with Migration offers

* Updated migration section

* Update _index.md

* Update _index.md

removing and will remain

* Removing universal

* Remove cloud engineering

* Fix lint

---------

Co-authored-by: Kat Morgan <usrbinkat@braincraft.io>
Co-authored-by: aaronkao <aaronkao@users.noreply.github.com>
Co-authored-by: Christian Nunciato <chris@nunciato.org>
2023-08-22 11:17:09 -07:00
Germán Lena
900960ac04
Document deployments' env variables (#3256)
* Document deployments' env variables

* Fix typo

Co-authored-by: Eric Rudder <ericrudder@users.noreply.github.com>

* Fix image title

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

---------

Co-authored-by: Eric Rudder <ericrudder@users.noreply.github.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
2023-08-22 14:42:31 -03:00
dulakm
26a0dddfa5
Update secrets.md to specify GCP KMS key's required purpose. (#3246) 2023-08-12 11:53:50 -07:00
Torian Crane
ae2d8e6f07
Merge pull request #3253 from pulumi/aws-vpc-guide-languages
Aws vpc guide languages
2023-08-11 22:35:49 +02:00
Gabriel Simmer
0034f282bc
Update Pulumi vs. Terraform with new Terraform license (#3254)
* Update Pulumi vs. Terraform with new Terraform license

Terraform has switched from MPL to BSL b145fbcaad

* Update OSS Licenses section
2023-08-11 10:09:50 -07:00
Torian Crane
1bb73cf584
Updated awsx reference for number of deployed to AZs 2023-08-11 19:00:00 +02:00
Torian Crane
10a843b9ef
Update vpc.md 2023-08-11 18:21:21 +02:00
Torian Crane
015a1520b0
Updated default VPC verbiage 2023-08-11 18:10:04 +02:00
Torian Crane
2dc9339515
Update _index.md 2023-08-11 13:36:37 +02:00
Torian Crane
aedfc520eb
Removed trailing spaces 2023-08-11 11:52:38 +02:00
Torian Crane
91f4fbc8fa
Added final java code example 2023-08-11 11:45:16 +02:00
Torian Crane
5f1a2e0996
Added more java/golang code examples 2023-08-10 20:24:35 +02:00
Torian Crane
1f07ae6651
Added more golang/java code examples 2023-08-10 15:37:58 +02:00
Torian Crane
dda9188e60
Added Golang and Java code for creating new VPC 2023-08-10 10:58:58 +02:00
Torian Crane
63026f26b7
Added Java code for Default VPC 2023-08-10 10:39:20 +02:00
Torian Crane
36c0eea745
Added Golang code for config CIDR 2023-08-10 10:31:32 +02:00
Torian Crane
b9ea63f628
Added default VPC Golang code 2023-08-10 10:17:01 +02:00
Torian Crane
653092b0e7
Removed trailing space 2023-08-09 19:58:49 +02:00
Torian Crane
e01333225f
Consolidated warning and moved 2023-08-09 19:56:29 +02:00
Torian Crane
8b048e0387
Moved renaming notes higher 2023-08-09 19:44:54 +02:00
Torian Crane
e5ffb15edf
Update themes/default/content/docs/concepts/resources/names.md
Co-authored-by: Christian Nunciato <c@nunciato.org>
2023-08-09 19:35:40 +02:00
Torian Crane
35f58bb568
Added remaining YAML code snippets 2023-08-09 15:46:42 +02:00
Torian Crane
1065d7aec9
Added some YAML code snippets 2023-08-09 14:11:03 +02:00
Torian Crane
ba2951fa53
Updated resource name change info
Added additional text to indicate that changing a resource's name will create a new resource and delete the old one.
2023-08-09 10:44:31 +02:00
James Denyer
0ced49c28e
Update dependson.md for go example syntax error (#3239) 2023-08-07 14:14:25 -07:00
walfie
979cc485d1
Fix typos (#3230) 2023-08-05 13:52:22 -07:00
Tony Worm
92439ee2b5
fix typo in yaml-language-reference.md (#3222) 2023-08-04 11:07:56 -07:00