Skip to content

Commit 548d0b3

Browse files
authored
Repo Configuration
Repo Configuration
2 parents d04b873 + 9e3a6ef commit 548d0b3

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,12 @@ override.tf.json
3535
# Ignore CLI configuration files
3636
.terraformrc
3737
terraform.rc
38+
39+
# Ignore lockfiles
40+
.terraform.lock.hcl
41+
42+
build
43+
target
44+
bin
45+
obj
46+
.DS_Store

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"editor.tabSize": 2,
3+
"editor.insertSpaces": true
4+
}

LICENSE

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
190-
189+
Copyright 2025-present Datadog, Inc.
191190
Licensed under the Apache License, Version 2.0 (the "License");
192191
you may not use this file except in compliance with the License.
193192
You may obtain a copy of the License at

NOTICE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Datadog terraform-aws-ecs-datadog
2+
Copyright 2025 Datadog, Inc.
3+
4+
This product includes software developed at Datadog (https://www.datadoghq.com/).

0 commit comments

Comments
 (0)