Skip to content

Commit

Permalink
Fix up some documentation in terraform. No content change
Browse files Browse the repository at this point in the history
  • Loading branch information
offbyone committed Jul 1, 2023
1 parent 8f3ae1c commit 54ec46b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions setup.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ variable "dotnet_subdomain" {
}

variable "s3_origin_id" {
type = string
default = "S3-ideas.offby1.net"
}

Expand Down Expand Up @@ -339,6 +340,8 @@ data "aws_iam_openid_connect_provider" "github" {
url = "https://token.actions.githubusercontent.com"
}

# OIDC provider policy document
# see https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services
data "aws_iam_policy_document" "deployer" {
statement {
effect = "Allow"
Expand Down
2 changes: 1 addition & 1 deletion themes/offby1/static/js/fuji.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function getNowTheme() {
}
}

// load comment button only when comment area exist
// load comment button only when the comment area exists
if (document.querySelector('span.post-comment-notloaded')) {
document.querySelector('span.post-comment-notloaded').addEventListener('click', loadComment);
}
Expand Down

0 comments on commit 54ec46b

Please sign in to comment.