Skip to content

Commit

Permalink
revert unrelated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sloloris committed Dec 4, 2024
1 parent e43853b commit 28a19ff
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,4 @@ website/.bundle
website/build
website/node_modules

.vscode/

dist/
.vscode/
1 change: 0 additions & 1 deletion docs/data-sources/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ This data source allows you to retrieve environment information from your Launch
data "launchdarkly_environment" "example" {
key = "example-env"
project_key = "example-project"
color = "ff00ff"
}
```

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
data "launchdarkly_environment" "example" {
key = "example-env"
project_key = "example-project"
color = "ff00ff"
}

0 comments on commit 28a19ff

Please sign in to comment.