Skip to content

Commit

Permalink
resource/elasticache_cluster: Add Computed flag for Port property and…
Browse files Browse the repository at this point in the history
… set to true (#10017)
  • Loading branch information
Xavier Salazar authored Jan 31, 2020
1 parent 6be8b93 commit 2502ec3
Show file tree
Hide file tree
Showing 2 changed files with 285 additions and 248 deletions.
1 change: 1 addition & 0 deletions aws/resource_aws_elasticache_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ func resourceAwsElasticacheCluster() *schema.Resource {
"port": {
Type: schema.TypeInt,
Optional: true,
Computed: true,
ForceNew: true,
DiffSuppressFunc: func(k, old, new string, d *schema.ResourceData) bool {
// Suppress default memcached/redis ports when not defined
Expand Down
Loading

0 comments on commit 2502ec3

Please sign in to comment.