File tree 7 files changed +16
-4
lines changed
aws-java-ansible-wordpress/src/main/java/myproject
7 files changed +16
-4
lines changed Original file line number Diff line number Diff line change
1
+ // Copyright 2022, Pulumi Corporation.
2
+
1
3
using System . IO ;
2
4
using Pulumi ;
3
5
using Aws = Pulumi . Aws ;
Original file line number Diff line number Diff line change
1
+ // Copyright 2022, Pulumi Corporation.
2
+
1
3
using System . Threading . Tasks ;
2
4
using Pulumi ;
3
5
4
6
class Program
5
7
{
6
8
static Task < int > Main ( ) => Deployment . RunAsync < MyStack > ( ) ;
7
- }
9
+ }
Original file line number Diff line number Diff line change
1
+ // Copyright 2022, Pulumi Corporation.
2
+
1
3
package main
2
4
3
5
import (
Original file line number Diff line number Diff line change
1
+ // Copyright 2022, Pulumi Corporation.
2
+
1
3
package myproject ;
2
4
3
5
import java .util .*;
Original file line number Diff line number Diff line change
1
+ # Copyright 2022, Pulumi Corporation.
2
+
1
3
import pulumi
2
4
import pulumi_aws as aws
3
5
import pulumi_command as command
Original file line number Diff line number Diff line change 1
- import * as pulumi from "@pulumi/pulumi" ;
1
+ // Copyright 2022, Pulumi Corporation.
2
+
2
3
import * as aws from "@pulumi/aws" ;
3
4
import * as command from "@pulumi/command" ;
5
+ import * as pulumi from "@pulumi/pulumi" ;
4
6
import * as fs from "fs" ;
5
7
6
8
const config = new pulumi . Config ( ) ;
@@ -216,7 +218,7 @@ const playAnsiblePlaybookCmd = new command.local.Command("playAnsiblePlaybookCmd
216
218
create : pulumi . interpolate `ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook \
217
219
-u ec2-user -i '${ wordpressEip . publicIp } ,' \
218
220
--private-key ${ privateKeyPath } \
219
- playbook_rendered.yml`
221
+ playbook_rendered.yml` ,
220
222
} , {
221
223
dependsOn : [
222
224
renderPlaybookCmd ,
Original file line number Diff line number Diff line change 15
15
"eofline" : true ,
16
16
"file-header" : [
17
17
true ,
18
- " Copyright \\ d{4}-\\ d{4}, Pulumi Corporation."
18
+ " Copyright ( \\ d{4}-)? \\ d{4}, Pulumi Corporation."
19
19
],
20
20
"forin" : true ,
21
21
"indent" : [
You can’t perform that action at this time.
0 commit comments