Skip to content
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

Open
shrikul05 opened this issue Aug 29, 2023 · 6 comments

Comments

@shrikul05
Copy link

Unable to view the logs in the log group as well

@LucasQChen
Copy link

Hello @shrikul05 we'll take a look at this.

@duncangrant
Copy link

Hi @shrikul05
I'm looking into this. I've tried a few different tests to replicate this and I haven't managed so far. Can you give me any further information on what you are trying to do.
Is this always a problem? Or does it sometimes work?
What record type are you creating? Have you included any meta data in the record?
Thanks

@bauer01
Copy link

bauer01 commented Sep 1, 2023

Hi @duncangrant
I have same problem, I'm trying to setup CNAME records with SST framework (CDK):

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

@bauer01
Copy link

bauer01 commented Sep 2, 2023

I've tried the same values with CURL and it's successfully created

@dakotawashok
Copy link

Hello! I don't mean to pile on, but I'm having the same problem when trying to provision a singular Cloudflare DNS Record with the CDK library construct:
image
I've made sure to activate the Third Party Extension:
image
And I configured it appropriately with the URL and API Key, though I need to confirm this...

Is there a place I can find the logs for the execution attempt for this custom resource? Is there a place I can find the request values/response values from Cloudflare for this custom resource?

@dreem2001
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants