diablo39 /
pulumi-sample-program
Sample pulumi program in python - to be used for pulumi operator implementation
39/100 healthLoading repository data…
tlinhart / repository
Sample Pulumi program for deploying dockerized app to AWS EC2
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
.. code-block:: bash
echo | docker login ghcr.io -u tlinhart --password-stdin docker build -t ghcr.io/tlinhart/pulumi-aws-python . docker push ghcr.io/tlinhart/pulumi-aws-python:latest
.. code-block:: bash
export AWS_PROFILE=pasmen pulumi login --cloud-url s3://pulumi.linhart.tech pulumi new aws-python --dir infra
Provide these values:
.. code-block:: bash
export PULUMI_CONFIG_PASSPHRASE= cd infra pulumi config set aws:profile pasmen pulumi config set ghcr-token --secret
pulumi up - Create or update the resources in a stackpulumi stack output [<property-name>] - Show a stack's output propertiespulumi destroy - Destroy an existing stack and its resourcespulumi stack rm [<stack-name>] - Remove a stack and its configuration.. code-block:: bash
curl $(pulumi stack output public_ip):5000
Selected from shared topics, language and repository description—not editorial ratings.
diablo39 /
Sample pulumi program in python - to be used for pulumi operator implementation
39/100 healthmohdizzy /
A sample pulumi program written in python that deploys a Lambda function, S3 bucket & DynamoDB table
27/100 health