Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Dependabot :heart: Terraform
Search
mo khan
July 22, 2021
Programming
0
79
Dependabot :heart: Terraform
Watch the video.
https://youtu.be/y6yLPXvZE6k
mo khan
July 22, 2021
Tweet
Share
More Decks by mo khan
See All by mo khan
SAML
xlgmokha
0
28
chef: a test driven tour
xlgmokha
0
170
Rails Performance Optimization - YYC Ruby
xlgmokha
0
100
Shortening the Feedback Loop
xlgmokha
0
37
Other Decks in Programming
See All in Programming
詳しくない分野でのVibe Codingで困ったことと学び/vibe-coding-in-unfamiliar-area
shibayu36
3
4.1k
いま中途半端なSwift 6対応をするより、Default ActorやApproachable Concurrencyを有効にしてからでいいんじゃない?
yimajo
2
330
Go言語の特性を活かした公式MCP SDKの設計
hond0413
1
130
Goで実践するドメイン駆動開発 AIと歩み始めた新規プロダクト開発の現在地
imkaoru
2
160
どの様にAIエージェントと 協業すべきだったのか?
takefumiyoshii
1
580
2025年版 サーバーレス Web アプリケーションの作り方
hayatow
23
25k
Model Pollution
hschwentner
1
180
Playwrightはどのようにクロスブラウザをサポートしているのか
yotahada3
7
2.2k
Le côté obscur des IA génératives
pascallemerrer
0
120
ИИ-Агенты в каждый дом – Алексей Порядин, PythoNN
sobolevn
0
150
overlayPreferenceValue で実現する ピュア SwiftUI な AdMob ネイティブ広告
uhucream
0
100
クラシルを支える技術と組織
rakutek
0
190
Featured
See All Featured
Side Projects
sachag
455
43k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
Learning to Love Humans: Emotional Interface Design
aarron
274
40k
GraphQLとの向き合い方2022年版
quramy
49
14k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
What's in a price? How to price your products and services
michaelherold
246
12k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Become a Pro
speakerdeck
PRO
29
5.5k
Context Engineering - Making Every Token Count
addyosmani
5
170
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
The Cost Of JavaScript in 2023
addyosmani
53
9k
Transcript
None
mo khan Senior Software Engineer Dependabot HashiTalks: Build / Dependabot
💖 Terraform mo khan (he/him) @xlgmokha / 2021-07-22
HashiTalks: Build / Dependabot 💖 Terraform mo khan (he/him) @xlgmokha
/ 2021-07-22 Dependabot 💖 Terraform
HashiTalks: Build / Dependabot 💖 Terraform mo khan (he/him) @xlgmokha
/ 2021-07-22 Chapter 1 Why? Chapter 2 What? Chapter 3 How? Dependabot Versions Dependencie s Overview
$ go mod init
$ go get github.com/sirupsen/
[email protected]
HashiTalks: Build / Dependabot 💖 Terraform mo khan (he/him) @xlgmokha
/ 2021-07-22 Dependency Where did that dependency come from? Where did THAT dependency come from?
$ less go.sum
Dependencies have needs HashiTalks: Build / Dependabot 💖 Terraform mo
khan (he/him) @xlgmokha / 2021-07-22
Dependencies are vulnerable HashiTalks: Build / Dependabot 💖 Terraform mo
khan (he/him) @xlgmokha / 2021-07-22
$ go get github.com/sirupsen/
[email protected]
Breaking changes New features Bugs HashiTalks: Build / Dependabot 💖
Terraform mo khan (he/him) @xlgmokha / 2021-07-22
1.0.0
HashiTalks: Build / Dependabot 💖 Terraform mo khan (he/him) @xlgmokha
/ 2021-07-22 go.mod For developers Title Text
HashiTalks: Build / Dependabot 💖 Terraform mo khan (he/him) @xlgmokha
/ 2021-07-22 go.sum For machines
HashiTalks: Build / Dependabot 💖 Terraform mo khan (he/him) @xlgmokha
/ 2021-07-22 main.tf For developers Title Text
HashiTalks: Build / Dependabot 💖 Terraform mo khan (he/him) @xlgmokha
/ 2021-07-22 .terraform.lock.hcl For machines
Dependabot Now available Let me update that for you.
Demo
HashiTalks: Build / Dependabot 💖 Terraform mo khan (he/him) @xlgmokha
/ 2021-07-22 go mod .dependabot.yml Title Text
HashiTalks: Build / Dependabot 💖 Terraform mo khan (he/him) @xlgmokha
/ 2021-07-22 go mod Pull Request Title Text
HashiTalks: Build / Dependabot 💖 Terraform mo khan (he/him) @xlgmokha
/ 2021-07-22 go mod Update logs Title Text
HashiTalks: Build / Dependabot 💖 Terraform mo khan (he/him) @xlgmokha
/ 2021-07-22 Terraform Pull Request Title Text
HashiTalks: Build / Dependabot 💖 Terraform mo khan (he/him) @xlgmokha
/ 2021-07-22 Dependency? Dependabot!
HashiTalks: Build / Dependabot 💖 Terraform mo khan (he/him) @xlgmokha
/ 2021-07-22 Docs Title Text
HashiTalks: Build / Dependabot 💖 Terraform mo khan (he/him) @xlgmokha
/ 2021-07-22 Dependabot updates dependencies for you.
HashiTalks: Build / Dependabot 💖 Terraform mo khan (he/him) @xlgmokha
/ 2021-07-22 K, thanks, bye! github.com/dependabot
None