Skip to content

Commit

Permalink
Merge pull request #13 from gabrielsoltz/fix-AwsElasticsearchDomain
Browse files Browse the repository at this point in the history
Fix AwsElasticsearchDomain case
  • Loading branch information
gabrielsoltz authored Apr 8, 2024
2 parents 2b30558 + d02f17b commit 956bba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws_arn/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@
"arn_format": "arn:{partition}:es:{region}:{account}:domain/{resource_id}",
"id_name": "DomainName",
"id_regexp": "[a-z0-9][a-z0-9-]{2,28}[a-z0-9]",
"asff_name": "AwsElasticSearchDomain",
"asff_name": "AwsElasticsearchDomain",
"cloudformation": "AWS::Elasticsearch::Domain",
"terraform": "aws_elasticsearch_domain",
}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="aws-arn",
version="0.0.17",
version="0.0.18",
description="A library to work with AWS ARNs",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 956bba6

Please sign in to comment.