remove status attribute

This commit is contained in:
Linda Xu 2016-06-02 20:37:36 -07:00
parent 38ac748b88
commit 5ca5b1e3a1
1 changed files with 0 additions and 5 deletions

View File

@ -71,11 +71,6 @@ func resourceAwsRDSClusterInstance() *schema.Resource {
Computed: true,
},
"status": &schema.Schema{
Type: schema.TypeString,
Computed: true,
},
// apply_immediately is used to determine when the update modifications
// take place.
// See http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.DBInstance.Modifying.html