Skip to content

Commit c67ef3e

Browse files
committed
updating service name
1 parent 1bdfaae commit c67ef3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/compute/elasticBeanstalk.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const options = {
77
apiVersion: "2010-12-01"
88
};
99

10-
const beanstalkModule = ncProviders.aws.elasticBeanstalk(options);
10+
const beanstalkModule = ncProviders.aws.PaaS(options);
1111

1212
function createApp() {
1313
const applicationDetails = {

0 commit comments

Comments
 (0)