Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redeploy Service On Every Apply - does not exists in pulumi #5687

Closed
1oglop1 opened this issue Oct 12, 2024 · 1 comment
Closed

Redeploy Service On Every Apply - does not exists in pulumi #5687

1oglop1 opened this issue Oct 12, 2024 · 1 comment
Labels
automation/tfgen-provider-docs impact/usability Something that impacts users' ability to use the product easily and intuitively kind/codegen Issue relates to upstream auto codgens -- Python SDK, Bridge, Provider(s) kind/documentation Improvements or additions to documentation needs-triage Needs attention from the triage team resolution/wont-fix This issue won't be fixed
Milestone

Comments

@1oglop1
Copy link

1oglop1 commented Oct 12, 2024

File: themes/default/content//registry/packages/aws/api-docs/ecs/service

This whole snippet is "copied" from Terraform docs but there's no alternative in pulumi, nor the term apply exists.

import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";

const example = new aws.ecs.Service("example", {
    forceNewDeployment: true,
    triggers: {
        redeployment: "plantimestamp()",
    },
});
@pulumi-bot pulumi-bot added the needs-triage Needs attention from the triage team label Oct 12, 2024
@github-project-automation github-project-automation bot moved this to 🤔 Triage in Docs 📚 Oct 12, 2024
@thoward thoward added resolution/wont-fix This issue won't be fixed area/registry automation/tfgen-provider-docs impact/usability Something that impacts users' ability to use the product easily and intuitively kind/codegen Issue relates to upstream auto codgens -- Python SDK, Bridge, Provider(s) kind/documentation Improvements or additions to documentation labels Oct 17, 2024
@thoward thoward moved this from 🤔 Triage to 🏁 Done in Docs 📚 Oct 17, 2024
@thoward thoward added this to the 0.111 milestone Oct 17, 2024
@thoward
Copy link
Contributor

thoward commented Oct 17, 2024

Thanks for filing an issue on this! Right now there's not a way to directly fix this documentation issue, but I'll share this feedback with the Terraform bridge engineering team to see if there's a way to enhance that process in the future.

@thoward thoward closed this as completed Oct 17, 2024
@interurban interurban modified the milestones: 0.111, 0.112 Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation/tfgen-provider-docs impact/usability Something that impacts users' ability to use the product easily and intuitively kind/codegen Issue relates to upstream auto codgens -- Python SDK, Bridge, Provider(s) kind/documentation Improvements or additions to documentation needs-triage Needs attention from the triage team resolution/wont-fix This issue won't be fixed
Projects
Status: 🏁 Done
Development

No branches or pull requests

4 participants