Skip to content

Commit 4921562

Browse files
authored
Merge pull request #99 from hyder/91-admin-host
changed uri of protocol numbers to https
2 parents a240a48 + bf7e1d7 commit 4921562

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)