* initial version
* v2
* adopted codefence suggestion
* inlined pulumi provider boilerplate
* broke apart code example
* added meta image and cleaned up preview.
* addressed review comments
* removed link to github to not compete with the read more link
* Update the date
* Update themes/default/content/blog/pulumi-go-boilerplate-v2/index.md
Co-authored-by: Christian Nunciato <c@nunciato.org>
Some of the documentation for secrets hard-codes
links to the Python APIs.
Replace these with shortcodes for those APIs
that change as different languages are selected.
Additionally, the following changes were made to the shortcodes:
- getsecret, requiresecret, secret-new: teach about Java
- secret-new: Fix Go API -- there's no "NewSecret", only "ToSecret"
Supersedes #2404
One of the snippets for `pulumi login s3://..` does not quote the URI.
This won't work if someone tries to copy and run it because the '&'
will be interpreted as a shell command to start a background process.
Fix by adding quotes around the login command.
* Use github token if available for api calls
* Update themes/default/layouts/shortcodes/pulumi-command.html
Co-authored-by: Abhinav Gupta <mail@abhinavg.net>
Co-authored-by: Abhinav Gupta <mail@abhinavg.net>
Update the Pulumi Fundamentals pathway with a correct environment variable that allows the frontend container to listen on a different port.
Fixes https://github.com/pulumi/devrel-team/issues/485
Signed-off-by: Scott Lowe <slowe@pulumi.com>
Add Go content to the Building with Pulumi pathway. Clean up a few hard link breaks. Fix improper wording. Remove unnecessary duplicate text.
Signed-off-by: Scott Lowe <slowe@pulumi.com>
In the Get Started documentation,
when we tell users to Create a New Project with `pulumi new`,
we include a handful of short paragraphs next to each other
with instructions.
This is not very skimmable:
- keywords like project name/description/stack name
are hidden in the text
- the actual instruction of what to do is also just hidden
in the text
For someone following along, it's better to have keywords
related to prompts they're seeing highlighted,
and to include a sample output they can follow along to.
This changes the create-project sections
of all four Get Started with Pulumi pages
in the following way:
- project name and project description are bold
- change "name of a stack" to "a stack name", and bold "stack name"
- add the output of `pulumi new` after each step;
I've altered the output slightly to not be language-specific
Before this change, only the k8s tutorial included a sample prompt,
but that was at the top of the text rather than interspersed with it.
* add images for final CED update
* add new resources pages for CED workshops
* update CED page with new resources pages, customer stories and recommended sessions sections
* add CED to featured resources
* PR feedback
* add rel=0 to youtube video
These changes add a new set of guides that explain how to configure
Pulumi Deployments' OpenID Connect integration with AWS, Azure, and GCP.
These changes also add documentation for OpenID Connect in the Pulumi
Deployments API.
Co-authored-by: Komal <komal@pulumi.com>
* Add GCP version of challenge
Add the GCP version of the "Startup in a Box" Pulumi challenge. Clean up unneeded HTML at the start of the document. Standardize on second person voice.
Signed-off-by: Scott Lowe <slowe@pulumi.com>
Added a note to indicate that users are not expected to use the application code in the Fundamentals pathway; the images are already built for them.
Closes#1842
Signed-off-by: Scott Lowe <slowe@pulumi.com>