ucfchandra

Results 8 comments of ucfchandra

Just want to make a quick comment that I would prefer TOFU_ instead of OPENTOFU_ for ergonomic reasons

Is this issue still active? Or has @dvaumoron completed everything?

Would like to document another reason this is helpful. When running `tofu test` on AppRunner, I have a hacky method to get AppRunner to start up, which entails populating ECR...

Thanks for the quick response. I see there are serious constraints on developer time. I will contribute some articles and documentation myself to help the effort if I can make...

Thank you, this has gotten me to the point where Odo is now building the images. However, I run into this new issue: ✗ Deploying pod [4s] Error occurred on...

You are so helpful thank you. I think I only have one last bug and everything should be up and running. The pod is up and running and it says:...

For reference, here is my current devfile ``` schemaVersion: 2.2.0 metadata: description: A template for setting up a Django-MySQL application name: template version: 0.0.1 components: - name: mysqlimage image: autoBuild:...

I think it may be an issue of the web container starting before the mysql container is fully initialized. Is there a way to do healthchecks or depends_on in a...