-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CloudFormation extension Cloudflare::Dns::Record getting stuck in CREATE_IN_PROGRESS state #20
Comments
Hello @shrikul05 we'll take a look at this. |
Hi @shrikul05 |
Hi @duncangrant new CfnResource(stack, cfId, {
type: 'Cloudflare::Dns::Record',
properties: {
ZoneId: 'myzoneid',
Type: 'CNAME',
// Meta: { test: 'test' }, // Seems to have no effect if i comment or uncomment this
Name: 'fauth.api',
Content: 'myapiurl',
Proxied: false,
Ttl: 1
}
}) All deployments has failed yet and there is no problem to setup this values manually inf CloudFlare UI |
I've tried the same values with CURL and it's successfully created |
Hello. Have same issue with stacking in "InProgress' state. I'd be great to have such resource type working. Can find any logs or places where I could be debug it. Thanks. |
Unable to view the logs in the log group as well
The text was updated successfully, but these errors were encountered: