Co-authored-by: isaac-pulumi <59850911+isaac-pulumi@users.noreply.github.com>
Co-authored-by: Sara <100384099+SaraDPH@users.noreply.github.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
- Updated blog image
- Added the "automation-api" tag
- The section "Basic Tag Policy for FinOps will include" the items following it don't appear as a list, fixing it so it shows correctly.
* Blog: Finops with Pulumi
Co-authored-by: Scott S. Lowe <slowe@pulumi.com>
Co-authored-by: Sara <100384099+SaraDPH@users.noreply.github.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
Some of the examples pass options to Python APIs
via `__opts__` instead of `opts`.
The only time `__opts__` is supposed to be used is when
the resource has an existing `opts` parameter,
which is not the case for the resources in these examples.
This updates them to use `opts`.
Resolves#2471
Our documentation for how to use Pulumi with GitHub Actions
included GitHub Workflow files using setup-go@v2
referencing specific Go releases.
[actions/setup-go@v3](https://github.com/actions/setup-go#v3)
added support for a 'stable' (and 'oldstable') alias.
With this alias, the action will always use the latest stable Go release
instead of a specific version.
This updates our GitHub integration documentation
to recommend setup-go v3 and the 'stable' alias
over a specific pinned version.
That leaves this documentation and the sample workflow files
more future-proof as newer versions of Go are released.
Some of our documentation currently states that
we support Go 1.18 or higher.
This is not accurate.
We support only those versions of Go that are supported by upstream Go:
typically the latest two minor versions (e.g., 1.20 and 1.19 right now).
This tweaks the wording there to just "supported versions"
instead of hard-coding 1.18 or 1.19
and having to update that 6 months from now.
---
This shortcode is used on the following pages:
```
% rg -l install-go
themes/default/content/docs/get-started/aws/begin.md
themes/default/content/docs/get-started/gcp/begin.md
themes/default/content/docs/get-started/kubernetes/begin.md
themes/default/content/docs/get-started/azure/begin.md
themes/default/content/docs/guides/automation-api/getting-started-automation-api.md
```
* Add blog post entry on automating member account creation in AWS Organizations
Co-authored-by: Christian Nunciato <christian@pulumi.com>
Co-authored-by: Scott Lowe <slowe@pulumi.com>
* Add 'Automating Pulumi Import to Bring Manually Created Resources into IaC'
* Apply suggestions from code review
---------
Co-authored-by: Christian Nunciato <c@nunciato.org>
* Update copy on home page
* Add automation api layout
* Fix typo
* Add some examples
* Address some feedback
* Update homepage with recent changes
* Update slot machine copy
* Address feedback
* Fix headline
* Add templates cta
* Make label smaller
* Update testimonials
* Update themes/default/content/_index.md
Co-authored-by: George Huang <george@pulumi.com>
* Update themes/default/content/_index.md
* Apply suggestions from code review
Thanks Christian
Co-authored-by: Christian Nunciato <c@nunciato.org>
* Apply suggestions from code review
Co-authored-by: Christian Nunciato <c@nunciato.org>
Co-authored-by: aaronkao <aaronkao@users.noreply.github.com>
* Address feedback
* Update themes/default/content/_index.md
Co-authored-by: George Huang <george@pulumi.com>
* Add java example for eks
* Address auto api feedback
* Tighten up some padding and code, use text-lg to align with other sections (#2434)
Co-authored-by: aaronkao <aaronkao@users.noreply.github.com>
Co-authored-by: George Huang <george@pulumi.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>