1738 Commits

Author SHA1 Message Date
Aaron Friel
78319c90ec
Fix AWS KMS secret provider docs for setting profile (#1625)
* Fix AWS KMS secret provider docs for setting profile

* Update themes/default/content/docs/intro/concepts/secrets.md

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

* Update themes/default/content/docs/intro/concepts/secrets.md

* Update themes/default/content/docs/intro/concepts/secrets.md

Co-authored-by: susan evans <susan.ra.evans@gmail.com>
2022-06-16 02:41:30 +00:00
Christian Nunciato
dea05be3c9
Actually fail when the Markdown linter fails (#1622) 2022-06-15 16:25:51 -07:00
Evan Boyle
7213c066a0
Document engine events and audit logs env vars for the pulumi service API (#1616) 2022-06-15 12:56:31 -07:00
Mitch Gerdisch
d6576d1afc
Add info for GKE-hosted installer (#1598) 2022-06-08 15:24:58 -07:00
harribo11
2586af622d
Add Documentation for RespectSchemaVersion (#1596)
* added documentation for respectSchemaVersion

* reformat go

* Let the user know what the version will be

Co-authored-by: Ian Wahbe <ian@wahbe.com>
2022-06-08 11:21:32 -07:00
Michael Bridgen
e14fbb5888
Give more troubleshooting advice regarding logs (#1592)
- mention the --logflow flag and use it in examples, since you will
   surely want it to accompany -v
 - say where the logs go when you _don't_ supply --logtostderr
 - simplify the language a little
2022-06-08 07:31:14 -07:00
Zack Chase
5406bdd792
Update terraform related pages with terraform video (#1578) 2022-06-07 08:56:58 -07:00
aaronkao
4bc4c3a1ba
Update _index.md (#1531) 2022-06-07 08:30:22 -07:00
Paul Stack
cbd4c0626f
Fix up API Gateway Python example (#1594) 2022-06-07 15:19:05 +03:00
Mohan Murali
5a8b2f1b54
Update modify-program.md (#1575) 2022-06-06 21:25:16 -07:00
Christian Nunciato
742e04e154
Fix a broken link (#1584) 2022-06-06 15:45:33 -07:00
Laura Santamaria
c6b0b526fc
fix(lint): patch a lint error in an older commit (#1577) 2022-06-03 16:36:35 +00:00
davidcconrad
7e2aed6d8e
Add the helper method for C# (#1567) 2022-06-02 07:51:30 -07:00
Noel Austin
5d6dc64de1
fix typo in from_terraform.md (#1564) 2022-06-01 15:36:24 -07:00
Devon Grove
c54ec356a4
Add GitLab OAuth vars to api.md for Pulumi Service self-hosted documentation (#1555) 2022-06-01 21:02:32 +00:00
Guinevere Saenger
26bc86a46e
Ensure camelCase warning is above nested property excamples for IgnoreChanges (#1557) 2022-05-31 11:50:55 -07:00
Michael Bridgen
303f5f4129
Fix relative link to auto-naming in intro (#1549) 2022-05-31 08:27:29 -07:00
Steve Sloka
f954267395
self-hosted: Document FunctionMode env vars (#1505) 2022-05-31 06:59:28 -07:00
susan evans
81f6384ddb
fixing kube+python get started (#1546) 2022-05-23 14:25:12 -07:00
Eugene Dementyev
46a491c3cc
Add information about "profile" param in state backend (#1522) 2022-05-22 08:35:51 -07:00
Piers Karsenbarg
c3be059257
Added note about adding profile to the KMS identifier (#1499) 2022-05-22 08:35:26 -07:00
Edson Michaque
b8c6fbdcd2
fix typo in schema.md (#1543) 2022-05-22 15:47:16 +02:00
susan evans
5854170144
fix get started bbuttons (#1538) 2022-05-20 12:27:43 -07:00
Christian Nunciato
c0f0b74901
Fix some broken links (#1533) 2022-05-19 19:04:04 -07:00
susan evans
6793f2be06
fix support nav in docs (#1519) 2022-05-18 15:18:28 -07:00
meagancojocar
2fb98411ae
stack readme blog post (#1498)
Blog and docs for Stack READMEs
2022-05-17 21:44:08 -07:00
susan evans
64b4653ddf
update meta description on languages page (#1509) 2022-05-15 20:34:24 -07:00
phillipedwards
4cb27b7e71
Add 'List Teams' Action to Pulumi Service REST API docs (#1497)
Co-authored-by: Phillip Edwards <phillip@pulumi.com>
2022-05-12 06:43:58 -07:00
Kyle Dixler
2f6fb6889e
small enhancements/corrections (#1357) 2022-05-11 10:01:17 -07:00
David J. Felix
6a23bdd8d3
fix: change subnets to subnetSpecs (#1496) 2022-05-10 19:38:47 -07:00
Christian Nunciato
375a9cf2cc
Getting Started papercuts (#1491)
* Fix Azure + YAML papercuts
* Fix Azure + Java papercuts
* Fix AWS + YAML papercute
* Fix AWS + Java papercuts
* Fix GCP + YAML papercuts
* Fix GCP + Java papercuts
* Fix Kubernetes + YAML papercuts
* Fix Kubernetes + Java papercuts
2022-05-07 11:28:14 -07:00
Christian Nunciato
439ea4edfa
Add trailing slash to the Javadocs link (#1483) 2022-05-05 14:42:30 -07:00
Ian Wahbe
5dac53104d
Fix kubernetes template (#1480)
* Fix kubernetes template

* Add the template recomendation

* Update themes/default/content/docs/intro/languages/yaml.md

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

* Fixup quote

Co-authored-by: Christian Nunciato <c@nunciato.org>
2022-05-05 12:40:40 -07:00
Henrique Mizael
323f1f53bb
Update modify-program.md (#1475) 2022-05-05 11:34:16 -07:00
susan evans
b17cc2420b
adjust language on docs landing page (#1479) 2022-05-05 09:48:42 -07:00
Zaid Ajaj
fa4a4f71cd
Include Java & Yaml entries in Pulumi SDK reference (#1466)
* Include Java & Yaml entries in Pulumi SDK reference

* lint: add new line at the end of the file

* Bring back "compiler" option for YAML

* tweak java docs URL

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

Co-authored-by: Christian Nunciato <c@nunciato.org>
2022-05-05 18:02:44 +02:00
susan evans
fb1d8c3cff
fixes to org tokens docs page (#1464) 2022-05-04 15:31:10 -07:00
Kyle Dixler
ea2f25177a
Make pulumi architecture more discoverable (#1476)
* changed document title and moved it higher
* fixed grammatical error

Co-authored-by: Kyle Dixler <kyle@pulumi.com>
2022-05-04 13:49:49 -07:00
Christian Nunciato
1d59fcacae
Shorten the storage account name (#1468) 2022-05-04 08:11:54 -07:00
Christian Nunciato
9f1ee26710
Sync changes from downstream (#1465) 2022-05-03 21:23:32 -07:00
Paul Stack
87c09bb1cc
awsx guides (#1453)
Co-authored-by: Christian Nunciato <c@nunciato.org>
Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com>
2022-05-04 00:47:05 +02:00
Mitch Gerdisch
8964ccb8e8
Fix change stack secrets provider reference (#1463) 2022-05-03 17:37:40 -05:00
Casey Huang
1b52dcc4e0
Disable username updates in OKTA SCIM set up (#1462) 2022-05-03 14:52:10 -07:00
Matt Stratton
8a7eb9f5e6
Additions to Projects and Stacks page (#1310)
Co-authored-by: susan evans <susan.ra.evans@gmail.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
2022-05-03 12:52:09 -05:00
Mitch Gerdisch
2d3cb38cc1
Gsuite saml/reflect workspaces flow (#1449)
* updates for Google Workspace SAML

* lint errors

* Update additional pages that reference G Suite
2022-05-02 13:00:46 -05:00
Mitch Gerdisch
a79495154e
Correct some AzureAD steps. (#1443) 2022-04-29 15:09:22 -07:00
susan evans
2a5ad2d77b
make self-hosted language more clear (#1409) 2022-04-29 14:58:54 -07:00
Devon Grove
c30d25da8c
Org Tokens Page (#1429)
* Add org tokens page

* Link to REST  docs

* Add delete token img

* Lint

* Rm duplicated API endpoint in Service REST API docs

* Update _index.md

* Cropped photo

* Moved Access Tokens content to new page

* Moved org tokens stuff into one access tokens page

* Add access tokens to menu

* Streamlining content

* lint

* Add access tokens link to list

* Add links to access token page where appropriate

* PR: reworded org tokens section

* PR: Docs update to express that we support deleting stacks/teams

* Restored accounts page

* Moved Org tokens content back to owne page

* rm unused img

* Updated link ref to access tokens

* Add link to org tokens from standard access tokens links

* ref instead of relref

* Update themes/default/content/docs/intro/pulumi-service/organization-access-tokens.md

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

* replaced broken refs

Co-authored-by: susan evans <susan.ra.evans@gmail.com>
2022-04-27 22:52:09 -07:00
Andrew Ryan Davis
2b228e7a04
Adjusting Python variables to be consistent (#1425) 2022-04-27 10:01:17 -07:00
Guinevere Saenger
52ba2e601e
Update how-to-author.md (#1422)
Reflect updated automation for third-party packages.
2022-04-26 15:50:57 -07:00