Pulumi ComponentResource for create ACM Certificate and validate it with DNS validation method
Project description
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']
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pulumi-aws-acm-0.1.1.tar.gz.
File metadata
- Download URL: pulumi-aws-acm-0.1.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd2718a52165b074d41bd142809f6b4bc7a6b02a8706e8a951bec8470d4c188c
|
|
| MD5 |
873ad7365cac306341ae4d57ea103d6d
|
|
| BLAKE2b-256 |
e0cd007e8466adc9e2489dca886935e2f9919fb7bb83df79221ae7cf7bd21da7
|
File details
Details for the file pulumi_aws_acm-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pulumi_aws_acm-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33a3b7841aeabc6cce20aec239543be75f0feedfe491e4c4e6e64a3f4454d4dd
|
|
| MD5 |
02e1d6cea28d1f22cccb2d0541b23abc
|
|
| BLAKE2b-256 |
e1fc4de2888a67270e0035f79420bbb524aa09a8606f4bce598f58bdd9014d95
|