Skip to content
Open
Show file tree
Hide file tree
Changes from 39 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
4f2b561
Did Data Structure section
brosas07 Jul 20, 2026
7648552
Added Schema() modeled after the data structures
brosas07 Jul 21, 2026
677821a
Removed timeouts
brosas07 Jul 21, 2026
dc0a138
Added Create() function
brosas07 Jul 21, 2026
f8689f0
Added Read() function and timeouts re-added
brosas07 Jul 21, 2026
a8865d0
Updated statusAnomalyDetector and waitAnomalyDetector functions
brosas07 Jul 21, 2026
09f4397
Added Update() function
brosas07 Jul 21, 2026
1c580e5
Added Delete() function
brosas07 Jul 21, 2026
c8ee9e9
Fixed red marks
brosas07 Jul 22, 2026
13ceab3
Working on basic test
brosas07 Jul 22, 2026
f0bc8ce
Fixed basic test errors
brosas07 Jul 23, 2026
bf2bcda
Fixed the disappears test and the rest of the tests generated by go g…
brosas07 Jul 23, 2026
0673828
Update test added and passed
brosas07 Jul 23, 2026
9c5dd09
Added RandomCutForest test and passed
brosas07 Jul 24, 2026
59e32bb
Added labels test and passed
brosas07 Jul 24, 2026
0fa75dc
Wrote sweeper code, removed testAccPreCheck, and renamed doc from amp…
brosas07 Jul 24, 2026
af37cf4
Moved sweeper func to sweep.go
brosas07 Jul 24, 2026
61b540b
Added config base const to test configs
brosas07 Jul 24, 2026
54d6d40
Removed comments and status, added status reason output to waiters, p…
brosas07 Jul 24, 2026
322b6a0
Wrote the documentation and passed swissshepherd check
brosas07 Jul 24, 2026
f60ae7c
Make fmt changes
brosas07 Jul 24, 2026
ee2179b
Added anomaly detector list resource (no testing or docs yet)
brosas07 Jul 27, 2026
7a51e9f
Ran generated list tests and passed
brosas07 Jul 27, 2026
46e3c6b
Added list alias filter test
brosas07 Jul 27, 2026
d6f29e5
Added workspace filter test
brosas07 Jul 27, 2026
4629a66
Wrote documentation and removed tip comments
brosas07 Jul 27, 2026
d5fef93
Made swissshepherd fix
brosas07 Jul 27, 2026
3b0e414
Added changelog file
brosas07 Jul 27, 2026
19e7aea
Made PR check fixes
brosas07 Jul 27, 2026
447739d
Formatting fix
brosas07 Jul 27, 2026
fb93780
Another minor formatting fix
brosas07 Jul 27, 2026
6f8464e
More fixes
brosas07 Jul 27, 2026
36333e8
another formatting fix
brosas07 Jul 27, 2026
c019b7c
Removed precheck
brosas07 Jul 27, 2026
65bae47
Ran make gen
brosas07 Jul 27, 2026
7c84586
Fixed template issue
brosas07 Jul 27, 2026
4c76dd6
Minor tmpl fix
brosas07 Jul 27, 2026
72c8547
Fixed changelog
brosas07 Jul 28, 2026
543c5ca
Moved aws_prometheus_workspace below anomaly_detector in .tf files an…
brosas07 Jul 28, 2026
932d5bf
Did changes after review
brosas07 Jul 29, 2026
0690c3a
Formatting fix
brosas07 Jul 29, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changelog/49139.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```release-note:new-resource
Comment thread
brosas07 marked this conversation as resolved.
aws_prometheus_anomaly_detector
```

```release-note:new-list-resource
aws_prometheus_anomaly_detector
```
Loading