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

When create a secretVersion, the version ID has terraform in it #4724

Open
MitchellGerdisch opened this issue Nov 6, 2024 · 0 comments
Open
Labels
kind/bug Some behavior is incorrect or out of spec

Comments

@MitchellGerdisch
Copy link

Describe what happened

When you create a secretVersion, the version ID that is seen in the AWS console is of the form terraform-234234545345345
It should be pulumi-... or something.

Sample program

    secret = aws.secretsmanager.Secret("mysecret")
    secret_version = aws.secretsmanager.SecretVersion("mysecret",
        secret_id=secret.id,
        secret_string="mysecret",
    ) 

Log output

No response

Affected Resource(s)

No response

Output of pulumi about

CLI
Version 3.137.0
Go Version go1.23.2
Go Compiler gc

Plugins
KIND NAME VERSION
resource aws 6.57.0
language python unknown

Host
OS darwin
Version 13.6.9
Arch x86_64

This project is written in python: executable='/Users/mitch/Downloads/epam-workshop-2/epam-workshop-project/venv/bin/python' version='3.11.8'

Found no resources associated with dev

Found no pending operations associated with dev

Backend
Name pulumi.com

Dependencies:
NAME VERSION
pip 24.3.1
pulumi_aws 6.57.0
setuptools 75.3.0
wheel 0.44.0

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

@MitchellGerdisch MitchellGerdisch added kind/bug Some behavior is incorrect or out of spec needs-triage Needs attention from the triage team labels Nov 6, 2024
@t0yv0 t0yv0 removed the needs-triage Needs attention from the triage team label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

No branches or pull requests

2 participants