broad-dog-22463
04/01/2021, 11:05 AMbroad-dog-22463
04/01/2021, 11:05 AMred-football-97286
04/01/2021, 11:09 AMbroad-dog-22463
04/01/2021, 11:16 AMbroad-dog-22463
04/01/2021, 11:16 AMnarrow-airport-65967
04/01/2021, 1:14 PMlemon-monkey-228
04/01/2021, 2:03 PMagreeable-ram-97887
04/01/2021, 2:51 PMpulumi up
I am receiving the error :
error: could not load plugin for aws provider 'urn:pulumi:dev::permissions::pulumi:providers:aws::default': no resource plugin 'aws-v3.31.0' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource aws v3.31.0`
But when trying to install the plugin I receive another error:
error: [resource plugin aws-3.31.0] downloading from : 403 HTTP error fetching plugin from <https://get.pulumi.com/releases/plugins/pulumi-resource-aws-v3.31.0-darwin-arm64.tar.gz>
As you might notice, I am on a MacBook Pro with the new M1 chip (hence, arm). I guess specifically this version of the plugin has not been compiled for this architecture, since I am able to install other versions of the plugin without any issue (e.g. 3.35.0
, 3.34.2
, and 3.34.0
)
Any suggestions of how to handle this?brave-angle-33257
04/01/2021, 3:35 PMbrave-angle-33257
04/01/2021, 3:36 PMPulumi
and .yaml
would be ~244purple-train-14007
04/01/2021, 7:35 PMlimited-caravan-48625
04/01/2021, 11:46 PMdist
folder and that uploads them to the bucket just fine. However the next time i build my app, that files in the dist folder are different so pulumi tries to delete all the old files and upload the new ones (because the old files are no longer in the dist folder). Is there a way to keep the old files in dist around? It will break my app during deploy if the old static content is deleted before the new version of my server is deployed (its an SSR'd SPA). Thanks!gifted-island-55702
04/02/2021, 8:48 AMboundless-artist-3489
04/02/2021, 1:54 PMconfig:
gcp-py-network-component:subnet_cidr_blocks: '172.2.0.0/16'
Would you have an idea ?
Thanks in advance for your answerastonishing-quill-88807
04/02/2021, 3:46 PMstack export
and stack import
? Specifically I am using the S3 backend with namespaced stacks such as <http://infastructure.operations.apps.QA|infastructure.operations.apps.QA>
and <http://infrastructure.consul.apps.QA|infrastructure.consul.apps.QA>
I want to move the resources that are managed by the operations
project to be owned by the consul
project.astonishing-quill-88807
04/02/2021, 3:47 PMpurple-train-14007
04/02/2021, 3:50 PMpurple-train-14007
04/02/2021, 3:50 PMpurple-train-14007
04/02/2021, 3:51 PMquiet-motorcycle-76742
04/02/2021, 4:12 PMpulumi.get_stack()
. I’m not seeing anything in the docs.purple-train-14007
04/02/2021, 6:55 PMlemon-machine-35564
04/02/2021, 8:58 PMtderr: error: could not load plugin for aws provider 'urn:pulumi:development::nacelle-services-dilithium::pulumi:providers:aws::default_3_35_0_alpha_1617104857'
? We aren’t using the alpha provider anymore and have updated the version in package.json (and package-lock.json)swift-agency-29333
04/02/2021, 9:50 PMplain-electrician-55797
04/03/2021, 4:35 AMerror: Program failed with an unhandled exception:
error: Traceback (most recent call last):
File "/home/cenisar/.pulumi/bin/pulumi-language-python-exec", line 85, in <module>
loop.run_until_complete(coro)
File "/usr/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
return future.result()
File "/home/cenisar/iac-workshop/venv/lib/python3.8/site-packages/pulumi/runtime/stack.py", line 104, in run_in_stack
await run_pulumi_func(lambda: Stack(func))
File "/home/cenisar/iac-workshop/venv/lib/python3.8/site-packages/pulumi/runtime/stack.py", line 85, in run_pulumi_func
raise exception
File "/home/cenisar/iac-workshop/venv/lib/python3.8/site-packages/pulumi/runtime/rpc_manager.py", line 67, in rpc_wrapper
result = await rpc
File "/home/cenisar/iac-workshop/venv/lib/python3.8/site-packages/pulumi/output.py", line 91, in is_value_known
return await is_known and not contains_unknowns(await future)
File "/home/cenisar/iac-workshop/venv/lib/python3.8/site-packages/pulumi/output.py", line 91, in is_value_known
return await is_known and not contains_unknowns(await future)
File "/home/cenisar/iac-workshop/venv/lib/python3.8/site-packages/pulumi/output.py", line 91, in is_value_known
return await is_known and not contains_unknowns(await future)
[Previous line repeated 23 more times]
File "/home/cenisar/iac-workshop/venv/lib/python3.8/site-packages/pulumi/runtime/resource.py", line 358, in do_register
resolver = await prepare_resource(res, ty, custom, props, opts)
File "/home/cenisar/iac-workshop/venv/lib/python3.8/site-packages/pulumi/runtime/resource.py", line 86, in prepare_resource
serialized_props = await rpc.serialize_properties(props, property_dependencies_resources, res.translate_input_property)
File "/home/cenisar/iac-workshop/venv/lib/python3.8/site-packages/pulumi/runtime/rpc.py", line 78, in serialize_properties
result = await serialize_property(v, deps, input_transformer)
File "/home/cenisar/iac-workshop/venv/lib/python3.8/site-packages/pulumi/runtime/rpc.py", line 233, in serialize_property
raise ValueError(f"unexpected input of type {type(value).__name__}")
ValueError: unexpected input of type tuple
error: an unhandled error occurred: Program exited with non-zero exit code: 1
Hope you can help me on this.
Thanks in advance.stocky-lion-64552
04/04/2021, 12:33 PMsteps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14.x
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-region: us-east-1
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
- name: Install Pulumi CLI
uses: pulumi/action-install-pulumi-cli@v1.0.1
- run: yarn
- run: cat Pulumi.mystack.yaml
- uses: pulumi/actions@v2
with:
parallel: 1
command: preview
stack-name: 'mystack'
cloud-url: <s3://mybucket>
comment-on-pr: true
github-token: ${{ secrets.GITHUB_TOKEN }}
work-dir: "path/to/subfolder"
env:
AWS_ACCESS_KEY_ID: ${{ secrets.ORG_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.ORG_AWS_ACCESS_KEY_SECRET }}
AWS_REGION: us-east-1
But I can't make it work.
It keeps failing on:
##[debug]Configuration is loaded
##[debug]Pulumi CLI is available
##[debug]Logging into to <s3://mybucket>
##[debug]Working directory resolved at /home/runner/_work/path/to/subfolder
Error: code: 255
stdout:
stderr: error: no stack named 'mystack' found
err?:
Can someone please help?
It works locally on my laptop, but not in CIhandsome-state-59775
04/04/2021, 2:15 PMpulumi config set --secret
doesn't seem to accept more than 1023 charsbumpy-summer-9075
04/05/2021, 3:24 PMtf2pulumi
to work so I can't convert that module into pulumi eithergreen-morning-1318
04/05/2021, 5:37 PMearly-xylophone-77253
04/05/2021, 7:38 PMpulumi bot
on pull requests for specific pulumi operations in some of our action steps?breezy-lamp-49479
04/05/2021, 8:03 PMbreezy-lamp-49479
04/05/2021, 8:03 PM