Skip to content

Commit bf7e1d7

Browse files
committed
changed uri of protocol numbers to https
Signed-off-by: Ali Mukadam <[email protected]>
1 parent d94c131 commit bf7e1d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/base/admin/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl
33

44
# Protocols are specified as protocol numbers.
5-
# http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml
5+
# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml
66

77
locals {
88
all_protocols = "all"

modules/base/bastion/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
33

44
# Protocols are specified as protocol numbers.
5-
# http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml
5+
# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml
66

77
locals {
88
all_protocols = "all"

0 commit comments

Comments
 (0)