aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.11k stars 54 forks source link

In AWS::B2BI::Transformer, the status is created as 'inactive' even though the status is created as 'active'. #1878

Closed yushikato0131 closed 6 months ago

yushikato0131 commented 8 months ago

Name of the resource

AWS::B2BI::Transformer

Resource Name

AWS::B2BI::Transformer

Issue Description

In AWS::B2BI::Transformer, the status is created as 'inactive' even though the status is created as 'active'.

This causes the error "Transformer status must be 'active'" in AWS::B2BI::Capability.

The resource is not added in the list of Name of the resource.

Expected Behavior

As stated in the Issue Description

Observed Behavior

As stated in the Issue Description

Test Cases

As stated in the Issue Description

Other Details

No response

aesgcm commented 7 months ago

I think there is a typo in the name of the resource. It says AWS::ACMPCA::Certificate but the resource mentioned in the ticket body is AWS::B2BI::Transformer

yushikato0131 commented 7 months ago

I think there is a typo in the name of the resource. It says AWS::ACMPCA::Certificate but the resource mentioned in the ticket body is AWS::B2BI::Transformer

hi aesgcm. This is due to the fact that AWS::B2BI::Transformer was not present in the drop-down list at the time this issue was filed.

yushikato0131 commented 7 months ago

Edited to AWS::ACMPCA::Certificate=>AWS::B2BI::Transformer

dmoini commented 7 months ago

At this moment, this is currently by design. An AWS::B2BI::Transformer is created in an inactive state by default and must be updated to an active state in a separate action. However, we realize that this is not a good customer experience for customers trying to create B2BI CloudFormation resources. We are discussing this concern internally.

In the meantime, can you pease recreate this issue in the aws-cloudformation-resource-providers-b2bi GitHub repository so we can better track the issue?

yushikato0131 commented 7 months ago

Hi dmoin. Thank you. I have created a new Issue here. https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-b2bi/issues/21

dmoini commented 6 months ago

Issue has been addressed here. This issue can now be closed.

yushikato0131 commented 6 months ago

thank you dmoini!!