This repository was archived by the owner on Mar 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 },
88 "builders" : [{
99 "name" : " ubuntu-ami" ,
10- "ami_name" : " {{user `base_ami_name`}}-ubuntu-example-{{isotime | clean_ami_name }}" ,
10+ "ami_name" : " {{user `base_ami_name`}}-ubuntu-example-{{isotime | clean_resource_name }}" ,
1111 "ami_description" : " An Ubuntu 16.04 AMI that has Couchbase installed." ,
1212 "instance_type" : " t2.micro" ,
1313 "region" : " {{user `aws_region`}}" ,
2626 "ssh_username" : " ubuntu"
2727 },{
2828 "name" : " ubuntu-18-ami" ,
29- "ami_name" : " {{user `base_ami_name`}}-ubuntu-18-example-{{isotime | clean_ami_name }}" ,
29+ "ami_name" : " {{user `base_ami_name`}}-ubuntu-18-example-{{isotime | clean_resource_name }}" ,
3030 "ami_description" : " An Ubuntu 18.04 AMI that has Couchbase installed." ,
3131 "instance_type" : " t2.micro" ,
3232 "region" : " {{user `aws_region`}}" ,
4545 "ssh_username" : " ubuntu"
4646 },{
4747 "name" : " amazon-linux-ami" ,
48- "ami_name" : " {{user `base_ami_name`}}-amazon-linux-example-{{isotime | clean_ami_name }}" ,
48+ "ami_name" : " {{user `base_ami_name`}}-amazon-linux-example-{{isotime | clean_resource_name }}" ,
4949 "ami_description" : " An Amazon Linux 2 AMI that has Couchbase installed." ,
5050 "instance_type" : " t2.micro" ,
5151 "region" : " {{user `aws_region`}}" ,
You can’t perform that action at this time.
0 commit comments