Skip to content

Commit

Permalink
adjust example files
Browse files Browse the repository at this point in the history
  • Loading branch information
daknhh committed Sep 1, 2023
1 parent c5503d1 commit f194ddb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions values/examples/ip-sets-managed-test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { Config } from "../../lib/types/config";
export const config: Config = {
General: {
Prefix: "test",
Stage: "test",
Prefix: "aws-firewall-factory",
Stage: "dev",
SecuredDomain: [
"",
],
Expand All @@ -12,7 +12,7 @@ export const config: Config = {
CreateDashboard: true,
},
WebAcl: {
Name: "firewall-factory-demo",
Name: "ip-sets-managed-test",
Scope: "REGIONAL",
Type: "AWS::ApiGateway::Stage",
IncludeMap: {
Expand Down
6 changes: 3 additions & 3 deletions values/examples/owasptop10.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ export const config: Config = {
General: {
DeployHash: "",
FireHoseKeyArn: "",
Prefix: "myPrefix",
Stage: "dev|int|clone|live",
Prefix: "aws-firewall-factory",
Stage: "dev",
S3LoggingBucketName: "myBucketName",
SecuredDomain: ["yourapp.<stage>.<domain>"],
CreateDashboard: true,
Expand All @@ -14,7 +14,7 @@ export const config: Config = {
IncludeMap: {
account: ["123456789123"]
},
Name: "myWAF-Name",
Name: "owasptopTen",
PreProcess: {
ManagedRuleGroups: [
{
Expand Down
2 changes: 1 addition & 1 deletion values/examples/prequisites.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Prerequisites } from "../../lib/types/config";
export const prequisites: Prerequisites = {
General: {
Prefix: "myPrefix",
Prefix: "aws-firewall-factory",
},
Logging: {
BucketProperties: {
Expand Down

0 comments on commit f194ddb

Please sign in to comment.