Skip to content

Commit

Permalink
Update Jenkins-terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivas1987devops authored Dec 25, 2021
1 parent 34b3d9d commit 24d9168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkins-terraform
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pipeline {

parameters {
string(name: 'environment', defaultValue: 'Prod', description: 'Workspace/Environment file to use for deployment')
string(name: 'environment', defaultValue: 'prod', description: 'Workspace/Environment file to use for deployment')
string(name: 'region', defaultValue: 'ap-northeast-1', description: 'Workspace/region file to use for deployment')


Expand Down

0 comments on commit 24d9168

Please sign in to comment.