Skip to content

Commit

Permalink
BIG-IP CloudFormation
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtiomL authored Aug 28, 2018
1 parent 9ecd661 commit e95ac31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfg/lab/bigip.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource "aws_cloudformation_stack" "bigip" {
sshKey = "${aws_key_pair.main.id}"
restrictedSrcAddress = "${var.mgmt_asrc[0]}"
restrictedSrcAddressApp = "0.0.0.0/0"
timezone = "UTC+3"
timezone = "Asia/Jerusalem"
allowUsageAnalytics = "No"
}
capabilities = ["CAPABILITY_IAM"]
Expand Down

0 comments on commit e95ac31

Please sign in to comment.