docs icon indicating copy to clipboard operation
docs copied to clipboard

PageFeedback /learn/pulumi-fundamentals/configure-and-provision/

Open desteves opened this issue 2 years ago • 0 comments

Submitted On: 12-03-2022 Comment(s): frontend_port = config.require_int(""frontend_port"") backend_port = config.require_int(""backend_port"") mongo_port = config.require_int(""mongo_port"")

This code is not right. Please check the blog (Configure the application Section)

desteves avatar Oct 26 '23 20:10 desteves