I’m new to Terraform CDK and I need to use it to create some Okta applications. However, I want to store it’s state files in AWS S3 bucket. So, my question is to achieve this, should I create an AWS S3 bucket through terraform cdk separately in another stack and pass it to the okta cdk stack?