Skip to content

Instantly share code, notes, and snippets.

View rak3rman's full-sized avatar
🧐
Probably breaking something

Radison Akerman rak3rman

🧐
Probably breaking something
View GitHub Profile
@rak3rman
rak3rman / tf.log
Created April 10, 2025 02:13
Debug output: cloudflare_zero_trust_access_application `session_duration` default causes infrastructure apps with policies to fail
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# cloudflare_zero_trust_access_application.ssh_app will be created
+ resource "cloudflare_zero_trust_access_application" "ssh_app" {
+ account_id = "<REDACTED>"
+ app_launcher_visible = true
+ aud = (known after apply)
@rak3rman
rak3rman / api-endpoint-header.md
Created April 14, 2023 21:45
API Endpoint Header Commenting

API Endpoint Header Commenting

An inline commenting syntax used for API endpoints, based on JSDoc.

Syntax

/*
 * <method> <path>
 *
 * <description>
@rak3rman
rak3rman / semantic-commit-messages.md
Last active May 13, 2025 19:21 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Semantic Commit Messages

A method to make your commit messages crystal clear and information dense.

Syntax

[ticket] (<scope>) <type>: <subject>