File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ apiVersion : rds.aws.upbound.io/v1beta1
2+ kind : InstanceState
3+ metadata :
4+ annotations :
5+ meta.upbound.io/example-id : rds/v1beta1/instancestate
6+ labels :
7+ testing.upbound.io/example-name : instancestate
8+ name : example-instancestate
9+ spec :
10+ forProvider :
11+ identifierSelector :
12+ matchLabels :
13+ testing.upbound.io/example-name : instancestate
14+ region : us-west-1
15+ state : available
16+ ---
17+ apiVersion : rds.aws.upbound.io/v1beta1
18+ kind : Instance
19+ metadata :
20+ annotations :
21+ meta.upbound.io/example-id : rds/v1beta1/instancestate
22+ uptest.upbound.io/timeout : " 3600"
23+ labels :
24+ testing.upbound.io/example-name : instancestate
25+ name : example-instancestate
26+ spec :
27+ forProvider :
28+ name : example
29+ region : us-west-1
30+ allocatedStorage : 20
31+ autoMinorVersionUpgrade : true
32+ backupRetentionPeriod : 14
33+ instanceClass : db.t3.micro
34+ engine : postgres
35+ engineVersion : " 16.6"
36+ username : adminuser
37+ autoGeneratePassword : true
38+ passwordSecretRef :
39+ key : password
40+ name : example-dbinstance
41+ namespace : upbound-system
42+ backupWindow : " 09:46-10:16"
43+ maintenanceWindow : " Mon:00:00-Mon:03:00"
44+ publiclyAccessible : false
45+ skipFinalSnapshot : true
46+ storageEncrypted : true
47+ storageType : gp2
48+ writeConnectionSecretToRef :
49+ name : example-dbinstance-out
50+ namespace : default
You can’t perform that action at this time.
0 commit comments