https://pulumi.com logo
Docs
Join the conversationJoin Slack
Channels
announcements
automation-api
aws
azure
blog-posts
built-with-pulumi
cloudengineering
cloudengineering-support
content-share
contribex
contribute
docs
dotnet
finops
general
getting-started
gitlab
golang
google-cloud
hackathon-03-19-2020
hacktoberfest
install
java
jobs
kubernetes
learn-pulumi-events
linen
localstack
multi-language-hackathon
office-hours
oracle-cloud-infrastructure
plugin-framework
pulumi-cdk
pulumi-crosscode
pulumi-deployments
pulumi-kubernetes-operator
pulumi-service
pulumiverse
python
registry
status
testingtesting123
testingtesting321
typescript
welcome
workshops
yaml
Powered by Linen
docs
  • c

    clever-plumber-29709

    02/10/2021, 6:40 PM
    i think the docs are not parsing correctly some terraform docs. Specifically here: https://www.pulumi.com/docs/reference/pkg/aws/ecs/service/#ignoring-changes-to-desired-count the parsing of the
    lifecycle {
        ignore_changes = [desired_count]
      }
    from terraform, is not properly transalted to the
    ignore_changes
    in the
    opts
  • c

    clever-plumber-29709

    02/10/2021, 6:41 PM
    also, the description for https://www.pulumi.com/docs/reference/pkg/aws/ecs/service/#wait_for_steady_state_python is empty in terraform docs it does have some info
  • c

    clever-plumber-29709

    02/10/2021, 6:53 PM
    Also, the arg "name" dosen't have the
    *
    indicating that is required
  • l

    limited-planet-95090

    02/10/2021, 11:56 PM
    @clever-plumber-29709 Thanks for reporting these issues and sorry you ran into problems here. I opened https://github.com/pulumi/docs/issues/5199 to track these issues. Note: I see the arg
    name/resource_name
    shown with the required asterisk when cycling through the various languages on the ECS service page. Is there a specific place on the page where you didn’t see this?
    c
    • 2
    • 1
  • l

    little-cartoon-10569

    03/29/2021, 3:56 AM
    Hi @limited-planet-95090, I just came across some not-quite-idiomatic code in the get-started docs. Wondering if an issue or a PR is preferred?
    l
    • 2
    • 9
  • m

    miniature-musician-31262

    04/06/2021, 3:29 PM
    Hi folks! 👋 We just merged a change that moves much of our documentation out of pulumi/docs and into a new repository at https://github.com/pulumi/pulumi-hugo. As of now, pulumi/docs contains only our generated documentation, like CLI docs, SDK docs, and the tutorials we generate from https://github.com/pulumi/examples. Everything else, including the blog, landing pages and other reference documentation, is now managed in pulumi/pulumi-hugo. The contribution workflow is still mostly the same, but it does mean that any open PRs will need to be moved to the new repository. If you have any questions or run into any issues, please let us know. Thanks as always for your contributions and support!
  • l

    limited-rainbow-51650

    04/20/2021, 12:53 PM
    Noticed a small typo on the website: https://www.pulumi.com/docs/guides/pulumi-packages/#get-started While the link is correct, the link text for
    Go
    is wrong:
    pulumi/pulumi-component-provider-ts-boilerplate
    b
    • 2
    • 1
  • w

    white-addition-55138

    04/20/2021, 4:33 PM
    are the pulumi docs derived from the terraform docs? 🤔 I noticed
    <mailto:jdoe@hashicorp.com|jdoe@hashicorp.com>
    on https://www.pulumi.com/docs/reference/pkg/azuread/user/#example-usage which matches up with https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/resources/user 😉
    b
    • 2
    • 2
  • h

    handsome-state-59775

    04/23/2021, 10:20 PM
    Hey! I have a feature request: it would be super cool if all code snippets switched to a given language when selected in one place ,and even cooler if they stayed that way across page reloads and navigation to other pages. Thoughts?
    ✅ 4
    b
    • 2
    • 2
  • g

    gifted-cpu-92480

    05/07/2021, 12:23 AM
    Hi I’m looking at this document about CICD assistant, but cannot find the same page on Pulumi console, the closest I can get is the “Configure Integration” but it also looks quite different from the figures in the document. It seems it only redirect to other documents instead of starting a wizard guide. Thanks in advance!
  • g

    gifted-cpu-92480

    05/07/2021, 12:24 AM
  • b

    brainy-church-78120

    05/07/2021, 1:00 AM
    @gifted-cpu-92480 the CI/CD integration assistant is only available in organizations, not personal accounts. You can create an org using the drop-down next to the pulumi logo at the top of the page.
  • g

    gifted-cpu-92480

    05/07/2021, 1:04 AM
    Got it, thanks for the quick reply!
    👍🏻 1
  • m

    miniature-potato-84713

    05/22/2021, 8:32 PM
    Over the past several days I’ve noticed that it takes up to several minutes to load a single documentation page, and I get this warning at least twice for each page I visit. At first I thought it’s a problem with my connection, but this continues to happen while other pages I visit are snappy and download quickly. Has anybody else experienced this?
  • g

    green-musician-49057

    05/23/2021, 4:47 AM
    Yes I'm seeing the same thing on macOS 11.3.1, Chrome v90.0.4430.212 - the s3 Bucket docs page loads atrociously slow, if at all, on Chrome, taking 30-60 seconds to finish loading. I'm on a rather beefy workstation. The docs seems to work dramatically better in Safari.
  • b

    billowy-army-68599

    05/23/2021, 5:12 AM
    would you be able to post the page performance from chrome?
    ✅ 1
  • m

    miniature-musician-31262

    05/23/2021, 1:38 PM
    Thanks for reporting this. We’ve had a couple of internal reports as well and are currently investigating: https://github.com/pulumi/docs/issues/5959
  • m

    miniature-potato-84713

    05/24/2021, 11:02 AM
    Thanks everyone! Let me know if you need any data, and I’ll try to supply that.
  • f

    flaky-school-82490

    05/27/2021, 9:55 AM
    Hi #docs hopefully this is the right place to report this. There seems to be a small discrepancy in the Azure B2CTenant resource C# reference page (https://www.pulumi.com/docs/reference/pkg/azure-native/azureactivedirectory/b2ctenant/#create-tenant). Name and Tier inputs should be:
    Name =  AzureNative.AzureActiveDirectory.B2CResourceSKUName.Standard,
                    Tier = AzureNative.AzureActiveDirectory.B2CResourceSKUTier.A0,
    instead of raw string I believe.
  • f

    flaky-school-82490

    05/27/2021, 10:15 AM
    Nevermind, I found the "Request a change" link and created this issue: https://github.com/pulumi/pulumi-hugo/issues/277
  • l

    limited-planet-95090

    05/27/2021, 9:58 PM
    Awesome. Thanks @flaky-school-82490!
  • w

    wide-pilot-89695

    05/31/2021, 3:59 AM
    Notice a small typo, the word "access" is duplicated.
    b
    • 2
    • 2
  • m

    millions-furniture-75402

    07/23/2021, 3:58 PM
    Just want to say I enjoy the new font choice in the reference documentation.
    ❤️ 3
  • s

    sparse-apartment-71989

    08/04/2021, 3:50 PM
    message has been deleted
    🥰 1
    💯 4
  • s

    sparse-dog-88757

    09/02/2021, 11:21 PM
    the documentation generation for the aws.wafv2 resource appears to have a bug that keeps causing the page to freeze/crash
    l
    b
    • 3
    • 4
  • a

    able-translator-73668

    10/08/2021, 9:42 AM
    Is there a plan/road-map to add support for Create a service account as part of current @pulumi/datadog? Use case is that we would like to have in future AM as code for both users and service accounts with Pulumi for Datadog, actions like creating service-accounts, users, API keys…etc.
    f
    l
    • 3
    • 3
  • m

    most-lighter-95902

    10/18/2021, 4:36 PM
    FYI, eks package link on https://www.pulumi.com/docs/reference/pkg/ is broken after the new registry release. It now goes to: https://www.pulumi.com/registry/packages/eks/api-docs//api-docs
    a
    c
    • 3
    • 2
  • v

    victorious-tiger-25684

    11/10/2021, 8:30 PM
    https://pulumi-community.slack.com/archives/CRFUR2DGB/p1636573701085700
  • m

    millions-furniture-75402

    11/18/2021, 1:47 PM
    I find it really difficult to get to the reference documentation from the homepage. I have provided feedback to any of the surveys about improving the documentation, and I believe it's gotten worse to navigate (but the search is definitely better). 1. https://www.pulumi.com/ -> 2. https://www.pulumi.com/docs/ -> a. Click AWS get to https://www.pulumi.com/docs/get-started/aws/ -> which dumps me in a tutorial I don't need. As a user coming back to reference documentation, almost everything in the sidebar above the fold is useless to me b. forget this dead-end, look for "Reference" 3. Scroll all the way to the bottom of the side bar (which is basically the middle of the webpage), click "API Reference" -> https://www.pulumi.com/docs/reference/pkg/ 4. Click AWS get to https://www.pulumi.com/registry/packages/aws/ -> click a tab in the middle of the page "API docs" 5. Arrive at what I was hoping for https://www.pulumi.com/registry/packages/aws/api-docs/ Finding the Pulumi SDK seems even more difficult than AWS. It's in the bottom of the page here without any logos to catch your attention https://www.pulumi.com/docs/reference/pkg/#package-documentation The easiest way to enter the Pulumi reference documentation seems to be through https://www.pulumi.com/docs/reference/ -- but then the presentation of these docs is different than the other reference documentations. There is a jump-page to the SDK of choice, rather than the unified language views of the other reference documentation.
    b
    l
    • 3
    • 3
  • l

    little-cartoon-10569

    02/20/2022, 9:39 PM
    Is there something wrong with my browser, or this page? https://www.pulumi.com/registry/packages/aws/api-docs/provider/
    b
    • 2
    • 10
Powered by Linen
Title
l

little-cartoon-10569

02/20/2022, 9:39 PM
Is there something wrong with my browser, or this page? https://www.pulumi.com/registry/packages/aws/api-docs/provider/
All the support type docs are blank.
All the links copied from that page (e.g. https://www.pulumi.com/registry/packages/aws/api-docs/provider/#providerdefaulttags) work if you're on the page and you click them, but if you copy the link and paste them into a new browser tag, then you jump straight to the bottom of the page.
b

brainy-church-78120

02/20/2022, 11:49 PM
im also seeing blank support type docs, mind opening an issue? the anchor links are working for me. any chance you could take a video of the behaviour ur seeing with the anchor tags?
l

little-cartoon-10569

02/21/2022, 2:09 AM
I don't know how to take a video. When I click on the link above in Slack, I get this (screenshot):
If I then hit
ctrl-L enter
to go to the same place again, I get this:
Obviously the 2nd one is better than the first. I have no explanation for why it's happening.
b

brainy-church-78120

02/21/2022, 1:16 PM
what browser are you using? and do you have any extensions in use that might be affecting it?
l

little-cartoon-10569

02/21/2022, 8:00 PM
Firefox 98.0b6 dev/overnight. No extensions like ad blockers or greasemonkey or similarly page-affecting.. FIrefox Containers and Relay, BitWarden, Passbolt and Pushbullet.
👍🏻 1
b

brainy-church-78120

02/22/2022, 12:00 PM
okay yes, can repro in firefox. thx for the added info, will open an issue.
https://github.com/pulumi/registry/issues/656
👍 1
View count: 2