@@ -10,7 +10,78 @@ description: |-
1010
1111
1212
13-
13+ ## Example Usage
14+
15+ ``` terraform
16+ resource "aquasec_integration_registry" "integration_registry" {
17+ name = "integration_registry"
18+ type = "AWS"
19+ advanced_settings_cleanup = false
20+ always_pull_patterns = []
21+ author = "aqua@aquasec.com"
22+ auto_cleanup = false
23+ auto_pull = true
24+ auto_pull_interval = 1
25+ auto_pull_latest_xff_enabled = false
26+ auto_pull_max = 100
27+ auto_pull_rescan = false
28+ auto_pull_time = "08:45"
29+ description = "Automatically discovered registry"
30+ detected_type = 4
31+ image_creation_date_condition = "image_count"
32+
33+ options = [
34+ {
35+ option = "ARNRole"
36+ value = "arn:aws:iam::000000000000:role/aqua-AAAAABBBBCCCDDD-EEEEFFFFGGGG"
37+ },
38+ {
39+ option = "TestImagePull"
40+ },
41+ {
42+ option = "sts:ExternalId"
43+ value = "00000e2a-5353-4ddd-bbbb-ccc"
44+ }
45+ ]
46+
47+ permission = ""
48+
49+ prefixes = [
50+ "111111111111.dkr.ecr.us-east-1.amazonaws.com"
51+ ]
52+
53+ pull_image_age = "0D"
54+ pull_image_count = 3
55+ pull_image_tag_pattern = []
56+ pull_max_tags = 0
57+ pull_repo_patterns = null
58+ pull_repo_patterns_excluded = []
59+ pull_tag_patterns = null
60+
61+ registries_type = "cloud"
62+ registry_scan_timeout = 0
63+
64+ scanner_name = [
65+ "aqua-scanner-222222-cl9qx",
66+ "aqua-scanner-111111-fstrc",
67+ "513882222222"
68+ ]
69+
70+ scanner_type = "specific"
71+
72+ url = "ap-northeast-1"
73+
74+ username = ""
75+
76+ webhook {
77+ auth_token = ""
78+ enabled = false
79+ un_quarantine = false
80+ url = ""
81+ }
82+
83+ }
84+ ```
1485
1586<!-- schema generated by tfplugindocs -->
1687## Schema
0 commit comments