File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+
3
+ ## [ v1.4.2] ( https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.4.2 ) (2022-07-7)
4
+ ## What's Changed
5
+
6
+ * INTMDB-313: Update project settings default flags by @martinstibbe in https://github.com/mongodb/terraform-provider-mongodbatlas/pull/778
7
+
8
+ ** Full Changelog** : https://github.com/mongodb/terraform-provider-mongodbatlas/compare/v1.4.1...v1.4.2
9
+
2
10
## [ v1.4.1] ( https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.4.1 ) (2022-07-7)
3
11
## What's Changed
4
12
Original file line number Diff line number Diff line change @@ -99,22 +99,27 @@ func resourceMongoDBAtlasProject() *schema.Resource {
99
99
},
100
100
"is_collect_database_specifics_statistics_enabled" : {
101
101
Type : schema .TypeBool ,
102
+ Computed : true ,
102
103
Optional : true ,
103
104
},
104
105
"is_data_explorer_enabled" : {
105
106
Type : schema .TypeBool ,
107
+ Computed : true ,
106
108
Optional : true ,
107
109
},
108
110
"is_performance_advisor_enabled" : {
109
111
Type : schema .TypeBool ,
112
+ Computed : true ,
110
113
Optional : true ,
111
114
},
112
115
"is_realtime_performance_panel_enabled" : {
113
116
Type : schema .TypeBool ,
117
+ Computed : true ,
114
118
Optional : true ,
115
119
},
116
120
"is_schema_advisor_enabled" : {
117
121
Type : schema .TypeBool ,
122
+ Computed : true ,
118
123
Optional : true ,
119
124
},
120
125
},
You can’t perform that action at this time.
0 commit comments