docs
docs copied to clipboard
PageFeedback /learn/pulumi-fundamentals/configure-and-provision/
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)