mirror of https://github.com/pulumi/pulumi.git
5 lines
117 B
Puppet
5 lines
117 B
Puppet
![]() |
resource cluster "aws:ecs/cluster:Cluster" {}
|
||
|
resource nginx "awsx:ecs:FargateService" {
|
||
|
cluster = cluster.arn
|
||
|
}
|