File tree Expand file tree Collapse file tree 3 files changed +52
-3
lines changed Expand file tree Collapse file tree 3 files changed +52
-3
lines changed Original file line number Diff line number Diff line change 1111 "ghcr.io/devcontainers/features/powershell:1" : {},
1212 "ghcr.io/devcontainers/features/python:1" : {},
1313 "ghcr.io/devcontainers/features/terraform:1" : {},
14- "ghcr.io/devcontainers/features/go:1" : {},
1514 "ghcr.io/devcontainers/features/common-utils:2" : {},
16- "ghcr.io/devcontainers/features/docker-in-docker:2" : {}
15+ "ghcr.io/devcontainers/features/docker-in-docker:2" : {},
16+ "ghcr.io/rocker-org/devcontainer-features/apt-packages:1" : {
17+ "packages" : " chromium-browser"
18+ }
1719 },
1820 // Configure tool-specific properties.
1921 "customizations" : {
2426 " streetsidesoftware.code-spell-checker" ,
2527 " hashicorp.terraform" ,
2628 " ms-azuretools.vscode-azureterraform" ,
27- " tfsec.tfsec"
29+ " tfsec.tfsec" ,
30+ " yzhang.markdown-all-in-one" ,
31+ " marp-team.marp-vscode"
2832 ]
2933 }
3034 },
Original file line number Diff line number Diff line change 1+ ---
2+ marp : true
3+ theme : default
4+ footer : ' @Chris_L_Ayers - https://chris-ayers.com'
5+ style : |
6+ .columns {
7+ display: grid;
8+ grid-template-columns: repeat(2, minmax(0, 1fr));
9+ gap: 1rem;
10+ }
11+ .fa-th-large {
12+ color: blue;
13+ }
14+ .fa-users {
15+ color: orange;
16+ }
17+ .fa-refresh {
18+ color: green;
19+ }
20+ @import 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css';
21+ ---
22+
23+ ![ bg right:60% contain] ( ./img/secure-terraform.png )
24+
25+ # Secure Terraform on Azure
26+
27+ ---
28+
29+ <div class =" columns " >
30+ <div >
31+
32+ # Agenda
33+
34+ </div >
35+ <div >
36+
37+ - ### What is IaC?
38+ - ### Security Tooling?
39+ - ### VSCode Integration
40+ - ### GitHub Actions
41+
42+ </div >
43+ </div >
44+
45+ ---
You can’t perform that action at this time.
0 commit comments