Skip to content

Commit

Permalink
Update name instance
Browse files Browse the repository at this point in the history
  • Loading branch information
vectornguyen76 committed Mar 19, 2024
1 parent 723317f commit 6b02148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloudformations/server-parameters.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"ParameterKey": "EnvironmentName",
"ParameterValue": "Search-Engine"
"ParameterValue": "Flask-Template"
},
{
"ParameterKey": "VpcCIDR",
Expand All @@ -13,7 +13,7 @@
},
{
"ParameterKey": "InstanceType",
"ParameterValue": "t3.medium"
"ParameterValue": "t3.micro"
},
{
"ParameterKey": "KeyPairName",
Expand Down

0 comments on commit 6b02148

Please sign in to comment.