We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bdfaae commit c67ef3eCopy full SHA for c67ef3e
examples/compute/elasticBeanstalk.js
@@ -7,7 +7,7 @@ const options = {
7
apiVersion: "2010-12-01"
8
};
9
10
-const beanstalkModule = ncProviders.aws.elasticBeanstalk(options);
+const beanstalkModule = ncProviders.aws.PaaS(options);
11
12
function createApp() {
13
const applicationDetails = {
0 commit comments