pulumi-aws-acm
Pulumi ComponentResource for create AWS ACM Certificate and validate it with DNS validation method
How to install
pip install pulumi-aws-acm
# or
pip install git+git://github.com/jetbrains-infra/pulumi-aws-acm@<tag or branch>
How to use
import pulumi
from pulumi_aws_acm import Certificate
from pulumi_aws import Provider
cert_provider = Provider('cert-provider', region='us-east-1')
certificate = Certificate('test',
issue='sre-123',
stack='staging',
zones={
'zone_id-1': ['example.com', 'www.example.com'],
'zone_id-2': ['example.org', 'www.example.org'],
},
opts=pulumi.ResourceOptions(provider=cert_provider))
pulumi.export('certificate-arn', certificate.certificate_validation.certificate_arn)
ACM Certificate will be issued for first domain name from first zone, example.com as for code above and with SANs:['www.example.com', 'example.org', 'www.example.org']
Release files for pulumi-aws-acm 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pulumi-aws-acm-0.1.1.tar.gz | 4.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pulumi_aws_acm-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:9.0 kB
Release files / pulumi-aws-acm-0.1.1.tar.gz
| Download URL | pulumi-aws-acm-0.1.1.tar.gz |
|---|---|
| Size | 4.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bd2718a52165b074d41bd142809f6b4bc7a6b02a8706e8a951bec8470d4c188c
|
|
BLAKE2b-256 checksum How to use checksums |
e0cd007e8466adc9e2489dca886935e2f9919fb7bb83df79221ae7cf7bd21da7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
|
Release files / pulumi_aws_acm-0.1.1-py3-none-any.whl
| Download URL | pulumi_aws_acm-0.1.1-py3-none-any.whl |
|---|---|
| Size | 4.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
33a3b7841aeabc6cce20aec239543be75f0feedfe491e4c4e6e64a3f4454d4dd
|
|
BLAKE2b-256 checksum How to use checksums |
e1fc4de2888a67270e0035f79420bbb524aa09a8606f4bce598f58bdd9014d95
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
|